CameraEffectSettings<T>
Class in Zigurous.CameraSystem
Inherits from CameraBehaviorSettings
Declaration
[Serializable]
public abstract class CameraEffectSettings<T> : CameraBehaviorSettings where T : CameraEffectProfile
Description
The base class for all camera effect settings.
Type Parameters
T | The profile type to use for the effect. |
Properties
profiles | The settings profiles available to use. |
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. |