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