TargetingUISettings
Class in Zigurous.CameraSystem
Inherits from CameraBehaviorSettings
Declaration
[Serializable]
public sealed class TargetingUISettings : CameraBehaviorSettings
Description
Settings for a camera targeting module to indicate how the camera displays tracking UI.
Properties
prefab | The UI content to instantiate. |
tracking | Changes the position of the UI content to track the target. |
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. |