Click or drag to resize
AB4D logo

BaseTargetRect3DCamera Methods

The BaseTargetRect3DCamera type exposes the following members.

Methods
 NameDescription
Protected methodBaseCreateFrom This method is called from CreateFrom method and actually sets the properties on this camera.
(Overrides SphericalCameraBaseCreateFrom(Camera))
Protected methodCheckTargetRect3D Checks if TargetRect was changed - in this case update the camera
Protected methodForceRefresh Forces a refresh of the camera.
(Overrides SphericalCameraForceRefresh)
Protected methodGetTargetRect3D Gets the value of TargetRect3DProperty
Protected methodStatic memberIsDynamicTargetPropertyChanged IsDynamicTargetPropertyChanged
Protected methodSetCameraForTargetRect Updates the TargetPosition based on the targetRect3D
Protected methodSetCameraPosition(ProjectionCamera) Sets the camera position on cameraToUpdate based on the TargetPosition - overridden to use the IsDistancePercent property
(Overrides BaseTargetPositionCameraSetCameraPosition(ProjectionCamera))
Protected methodSetCameraPosition(ProjectionCamera, Rect3D) Sets the camera position on cameraToUpdate based on the targetRect as Rect3D
Protected methodSetTargetRect3D Sets the value of TargetRect3DProperty
Protected methodStatic memberTargetRect3DPropertyChanged TargetRect3DPropertyChanged
Protected methodUnsubscribeRenderingEvent Unsubscribe to Rendering event
(Overrides BaseCameraUnsubscribeRenderingEvent)
Protected methodUpdateCamera Updates the PerspectiveCamera
(Overrides BaseTargetPositionCameraUpdateCamera(ProjectionCamera))
Top
See Also