Pointer | |
public class PointerCameraController : ManualPointerCameraController
The PointerCameraController type exposes the following members.
| Name | Description | |
|---|---|---|
| PointerCameraController | Constructor | |
| PointerCameraController(SceneView, Control) | Constructor that takes SceneView and eventsSourceElement | |
| PointerCameraController(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. |
| Name | Description | |
|---|---|---|
| EventsSourceElement | 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). | |
| SharpEngineSceneView | Gets or sets the SharpEngineSceneView that is controlled by this PointerCameraController. |