ShoulderLeanSettings
Class in Zigurous.CameraSystem
Inherits from CameraBehaviorSettings<T>
Declaration
[Serializable]
public sealed class ShoulderLeanSettings : CameraBehaviorSettings<ShoulderLean>
Description
Settings for a shoulder lean modifier.
Properties
input | The input settings. |
increment | Aligns the lean direction to set increments. |
animationTime | The amount of seconds it takes to animate the lean direction. |
positionOffset | The distance from the center of the character to the offset lean position in either direction. |
tiltAngle | The amount in degrees to tilt the camera while leaning. |
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. |