Pan Tilt
This CinemachineCamera Rotation Control behavior pans and tilts the camera in response stimulus, for instance the user’s input. This component does not read user input itself; it can be be driven by an Cinemachine Input Axis Controller component or by some other means that you devise.
Properties:
Property: | Function: | |
---|---|---|
Reference Frame | Defines the reference frame against which pan and tilt rotations are made. | |
Parent Object | If the CinemachineCamera has a parent object, then that parent's local axes will be used as the reference frame. If there is no parent object, world axes will be used. | |
World | World axes will be used as the reference frame. | |
Tracking Target | If the CinemachineCamera has a Tracking target, then that object's local axes will be used as the reference frame. If there is no parent object, world axes will be used. | |
LookAt Target | If the CinemachineCamera has a LookAt target, then that object's local axes will be used as the reference frame. If there is no parent object, world axes will be used. | |
Pan Axis | Controls the horizontal rotation of the Camera. | |
Value | The current value of the axis, in degrees. | |
Center | The value that Recentering will recenter to, if Recentering is enabled. | |
Range | The minimum and maximum for the Value. | |
Wrap | If enabled, the axis wraps around when it reaches the end of its range, forming a loop. | |
Tilt Axis | Controls the vertical rotation of the Camera. | |
Value | The current value of the axis, in degrees. | |
Center | The value that Recentering will recenter to, if Recentering is enabled. | |
Range | The minimum and maximum for the Value. Must fall inside of [-90, 90]. | |
Wrap | If enabled, the axis wraps around when it reaches the end of its range, forming a loop. | |
Recentering | If enabled for an axis, Recentering will gradually return the axis value to its Center. | |
Wait | If recentering is enabled for an axis, it will wait this many seconds after the last user input before beginning the recentering process. | |
Time | The time it takes for the recentering to complete, once it has started. |