Pointer |
public class PointerCameraController : ManualPointerCameraController
The PointerCameraController type exposes the following members.
Name | Description | |
---|---|---|
PointerCameraController | Constructor | |
PointerCameraController(SceneView, IInputElement) | Constructor that takes SceneView and eventsSourceElement | |
PointerCameraController(SharpEngineSceneView, IInputElement) | Constructor that takes SharpEngineSceneView and an optional IInputElement as events source. If later is not specified, then SharpEngineSceneView is used as events source. |
Name | Description | |
---|---|---|
EventsSourceElement | Gets or sets the IInputElement 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). | |
SharpEngineSceneView | Gets or sets the SharpEngineSceneView that is controlled by this PointerCameraController. |