CameraEffectSettings<T, U>
Class in Zigurous.CameraSystem
Inherits from CameraEffectSettings<T>
Declaration
[Serializable]
public abstract class CameraEffectSettings<T, U> : CameraEffectSettings<U> where T : CameraModule, new()
where U : CameraEffectProfileDescription
The base class for camera effect settings of a specified type.
Type Parameters
| T | The type of module associated with the settings. |
| U | The profile type to use for the settings. |
Inherited
Properties
| profiles | The settings profiles available to use. |
| 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. |