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