CameraSettings


Declaration

[Serializable]
public abstract class CameraSettings

Description

The base class for all camera settings.

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.

Methods

OnActivateA callback invoked when the settings are activated on a controller.
OnDeactivateA callback invoked when the settings are deactivated on a controller.