ShoulderSwapSettings


Declaration

[Serializable]
public sealed class ShoulderSwapSettings : CameraBehaviorSettings<ShoulderSwap>

Description

Settings for a shoulder swap modifier.

Properties

inputThe input settings.
initialPositionThe initial shoulder swap position.
offsetThe distance from the center of the character to the offset shoulder point.
angleThe difference in angle between shoulders. This can be used to ensure the camera looks at the same point after swapping shoulders.
animationTimeThe amount of seconds it takes to swap shoulders.
Inherited

Properties

activeWhether the settings are active on a camera profile. Inactive settings will not display in the editor.
enabledTurns on or off the settings behavior. Enabled behaviors are updated every frame.
isActiveAndEnabledWhether the settings are active and enabled.