Constructor FloatScalableSetting
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. |