TargetingRecenteringSettings
Class in Zigurous.CameraSystem
Inherits from CameraBehaviorSettings
Declaration
[Serializable]
public sealed class TargetingRecenteringSettings : CameraBehaviorSettings
Description
Settings for a camera targeting module to indicate how the camera recenters back to a forward position.
Properties
recenterTime | The amount of seconds it takes the camera to recenter to the forward direction. |
maxSpeed | The max speed the camera can rotate to recenter. |
Inherited
Properties
active | Whether the settings are active on a camera profile. Inactive settings will not display in the editor. |
enabled | Turns on or off the settings behavior. Enabled behaviors are updated every frame. |
isActiveAndEnabled | Whether the settings are active and enabled. |