TargetingSettings
Class in Zigurous.CameraSystem
Inherits from CameraBehaviorSettings<T>
Declaration
[Serializable]
public sealed class TargetingSettings : CameraBehaviorSettings<Targeting>
Description
Settings for a camera targeting behavior.
Properties
lockOnButton | The input button to toggle on/off target lock. |
locating | Settings to indicate how the camera locates targets. |
lookAt | Settings to indicate how the camera looks at targeted objects. |
lineOfSight | Settings to indicate how the camera checks if a target is visible. |
switching | Settings to indicate how the camera switches between targets. |
recentering | Settings to indicate how the camera recenters back to a forward position. |
userInterface | Settings to indicate how the camera displays tracking UI. |
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. |