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