TargetingSwitchingSettings


Declaration

[Serializable]
public sealed class TargetingSwitchingSettings : CameraBehaviorSettings

Description

Settings for a camera targeting module to indicate how the camera switches between targets.

Properties

stickyDurationThe amount of seconds before another target can be switched to. This ensures targets are not switched to accidentally based on the sensitivity of the input device.
inputSensitivityThe sensitivity multiplier applied to inputs to prevent switching targets too quickly.
inputDecayThe rate at which input values decay back to zero. The decay is used to force a quick input movement rather than a continuous slow movement.
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.