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