Constructor UintScalableSetting
UintScalableSetting(uint[], ScalableSettingSchemaId)
Instantiate a new uint scalable setting.
Declaration
public UintScalableSetting(uint[] values, ScalableSettingSchemaId schemaId)
Parameters
| Type | Name | Description |
|---|---|---|
| uint[] | values | The values of the settings |
| ScalableSettingSchemaId | schemaId | The schema of the setting. |