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