CameraCursorSettings
Class in Zigurous.CameraSystem
Inherits from CameraBehaviorSettings<T>
Declaration
[Serializable]
public sealed class CameraCursorSettings : CameraBehaviorSettings<CameraCursor>
Description
Settings for the camera cursor.
Properties
enabledState | The cursor state when the behavior is enabled. |
disabledState | The cursor state when the behavior is disabled. |
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. |