Ab |
Class | Description | |
---|---|---|
Extensions | Extensions class provides extension methods to convert WinUI types to SharpEngine types and vice versa. | |
InputEventsManager | InputEventsManager is a WinUI specific implementation of a generic ManualInputEventsManager. This class simplifies working with pointer and mouse events on 3D objects for WinUI. | |
MouseCameraController | Obsolete. MouseCameraController is obsolete. Please use PointerCameraController instead. | |
PointerCameraController | 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. | |
SharpEngineSceneView | SharpEngineSceneView is a control that can show a 3D scene that is defined by the Scene and SceneView objects. See remarks for more info. | |
WinUIBitmapIO | WinUIBitmapIO uses WinUI's bitmap load and save methods to support cross platform bitmap IO operations that are defined in IBitmapIO interface. |