Click or drag to resize
AB4D logo

ThirdPersonCamera Methods

The ThirdPersonCamera type exposes the following members.

Methods
 NameDescription
Protected methodStatic memberCenterObjectPropertyChanged CenterObjectPropertyChanged
Protected methodCheckTargetRect3D Checks if TargetRect was changed - in this case update the camera
(Overrides BaseTargetRect3DCameraCheckTargetRect3D)
Protected methodForceRefresh Forces a refresh of the camera.
(Overrides BaseTargetRect3DCameraForceRefresh)
Public methodIsValid 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))
Protected methodUpdateCamera Updates the PerspectiveCamera
(Overrides BaseTargetRect3DCameraUpdateCamera(ProjectionCamera))
Top
See Also