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