Third | |
The ThirdPersonCamera type exposes the following members.
| Name | Description | |
|---|---|---|
| CenterObjectPropertyChanged | CenterObjectPropertyChanged | |
| CheckTargetRect3D |
Checks if TargetRect was changed - in this case update the camera
(Overrides BaseTargetRect3DCameraCheckTargetRect3D) | |
| ForceRefresh |
Forces a refresh of the camera.
(Overrides BaseTargetRect3DCameraForceRefresh) | |
| IsValid |
Gets a Boolean that specifies if the camera is valid (has TargetViewport3D that has a valid size; has valid values for all properties).
When camera is valid the Point3DTo2D(Point3D) returns correct value; when the camera is not valid, the Point3DTo2D method cannot calculate the 2D screen position.
(Overrides BaseTargetPositionCameraIsValid(Boolean)) | |
| UpdateCamera |
Updates the PerspectiveCamera
(Overrides BaseTargetRect3DCameraUpdateCamera(ProjectionCamera)) |