ShoulderSwapSettings
Class in Zigurous.CameraSystem
Inherits from CameraBehaviorSettings<T>
Declaration
[Serializable]
public sealed class ShoulderSwapSettings : CameraBehaviorSettings<ShoulderSwap>
Description
Settings for a shoulder swap modifier.
Properties
input | The input settings. |
initialPosition | The initial shoulder swap position. |
offset | The distance from the center of the character to the offset shoulder point. |
angle | The difference in angle between shoulders. This can be used to ensure the camera looks at the same point after swapping shoulders. |
animationTime | The amount of seconds it takes to swap shoulders. |
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. |