Click or drag to resize
Ab4d.SharpEngine logo

PointerCameraController Class

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.
Inheritance Hierarchy
System.Object
  Ab4d.SharpEngine.Utilities.CameraController
    Ab4d.SharpEngine.Utilities.ManualPointerCameraController
      Ab4d.SharpEngine.WinUI.PointerCameraController
        Ab4d.SharpEngine.WinUI.MouseCameraController

Namespace: Ab4d.SharpEngine.WinUI
Assembly: Ab4d.SharpEngine.WinUI (in Ab4d.SharpEngine.WinUI.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntax
C#
public class PointerCameraController : ManualPointerCameraController

The PointerCameraController type exposes the following members.

Constructors
 NameDescription
Public methodPointerCameraController() Constructor
Public methodPointerCameraController(SceneView, Control) Constructor that takes SceneView and eventsSourceElement
Public methodPointerCameraController(SharpEngineSceneView, Control) Constructor that takes SharpEngineSceneView and an optional Control as events source. If later is not specified, then SharpEngineSceneView is used as events source.
Top
Properties
 NameDescription
Public propertyEventsSourceElement Gets or sets the Control that is used to subscribe the pointer or mouse events (for example a Border that is a parent of a SharpEngineSceneView). If the property is not set, SharpEngineSceneView element is used as event source (if not null).
Public propertySharpEngineSceneView Gets or sets the SharpEngineSceneView that is controlled by this PointerCameraController.
Top
See Also