EyelineAdjustmentSettings
Class in Zigurous.CameraSystem
Inherits from CameraBehaviorSettings<T>
Declaration
[Serializable]
public sealed class EyelineAdjustmentSettings : CameraBehaviorSettings<EyelineAdjustment>
Description
Settings for an eyeline tracker modifier.
Properties
eyelineHeight | The distance from the ground to the character's eyeline as a percentage of the character's height. |
smoothing | How quickly eyeline adjustments are made. Larger numbers make the camera adjust more smoothly. |
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. |