CameraBehaviorSettings<T>


Declaration

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

Description

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

Type Parameters

TThe type of behavior associated with the settings.
Inherited

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.