CameraEffectSettings<T, U>


Declaration

[Serializable]
public abstract class CameraEffectSettings<T, U> : CameraEffectSettings<U> where T : CameraModule, new()
    where U : CameraEffectProfile

Description

The base class for camera effect settings of a specified type.

Type Parameters

TThe type of module associated with the settings.
UThe profile type to use for the settings.
Inherited

Properties

profilesThe settings profiles available to use.
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.