Follow
Class in Zigurous.CameraSystem
Inherits from CameraBehavior<T>
Declaration
public sealed class Follow : CameraBehavior<FollowSettings>
Description
Moves and rotates the camera to follow a tracked object.
Properties
followPosition | The current tracked follow position (Read only). |
lookRotation | The current tracked look rotation (Read only). |
Static Methods
GetTrackingData | Calculates the tracking point and tracking rotation for the camera. |
Inherited
Properties
settings | The settings for the behavior. |
enabled | Enables or disables the behavior from being updated. |
controller | The camera controller handling the module. |
registered | Whether the module has been registered to a controller. |
id | The unique identifier of the camera module. |