Base | |
The BaseCamera type exposes the following members.
| Name | Description | |
|---|---|---|
| CameraChanged | Notify that the current camera has changed | |
| IsRotatingChanged | IsRotatingChanged event is fired when the IsRotating is changed. | |
| IsValidChanged | Notify that camera has become valid (for example after the size of the TargetViewport3D is set) or invalid. To get the new state of the camera, call the IsValid(Boolean) method. | |
| PreviewCameraChanged | Notify that the current camera is about to change - user can set Handled property to true to prevent the change. |