Class BoolScalableSetting
Inherited Members
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
[Serializable]
public class BoolScalableSetting : ScalableSetting<bool>
Constructors
BoolScalableSetting(Boolean[], ScalableSettingSchemaId)
Instantiate a new bool scalable setting.
Declaration
public BoolScalableSetting(bool[] values, ScalableSettingSchemaId schemaId)
Parameters
| Type | Name | Description | 
|---|---|---|
| Boolean[] | values | The values of the settings  | 
| ScalableSettingSchemaId | schemaId | The schema of the setting.  |