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