Click or drag to resize
Ab4d.SharpEngine logo

Ab4d.SharpEngine.WinUI Namespace

Ab4d.SharpEngine.WinUI namespace contains classes that are defined in Ab4d.SharpEngine.WinUI assembly.
Classes
 ClassDescription
Public classExtensions Extensions class provides extension methods to convert WinUI types to SharpEngine types and vice versa.
Public classInputEventsManager InputEventsManager is a WinUI specific implementation of a generic ManualInputEventsManager. This class simplifies working with pointer and mouse events on 3D objects for WinUI.
Public classMouseCameraControllerObsolete.
MouseCameraController is obsolete. Please use PointerCameraController instead.
Public classPointerCameraController PointerCameraController is a camera controller that can control the camera by pointer events. This class can be used in WinUI application and can subscribe to pointer events on the WinUI Control that is defined by the EventsSourceElement.
Public classSharpEngineSceneView SharpEngineSceneView is a control that can show a 3D scene that is defined by the Scene and SceneView objects. See remarks for more info.
Public classWinUIBitmapIO WinUIBitmapIO uses WinUI's bitmap load and save methods to support cross platform bitmap IO operations that are defined in IBitmapIO interface.