CameraSettings
Class in Zigurous.CameraSystem
Declaration
[Serializable]
public abstract class CameraSettingsDescription
The base class for all camera settings.
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. |
Methods
| OnActivate | A callback invoked when the settings are activated on a controller. |
| OnDeactivate | A callback invoked when the settings are deactivated on a controller. |