AnimatorMotionSettings
Class in Zigurous.CameraSystem
Inherits from CameraBehaviorSettings<T>
Declaration
[Serializable]
public sealed class AnimatorMotionSettings : CameraBehaviorSettings<AnimatorMotion>
Description
Settings for an animator motion modifier.
Properties
offset | An additional offset to apply to the animator motion. |
smoothing | How quickly the motion is applied to the camera. Small numbers respond more quickly while large numbers respond more slowly. |
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. |