Constructor BoolScalableSetting
BoolScalableSetting(bool[], ScalableSettingSchemaId)
Instantiate a new bool scalable setting.
선언
public BoolScalableSetting(bool[] values, ScalableSettingSchemaId schemaId)
파라미터
타입 | 이름 | 설명 |
---|---|---|
bool[] | values | The values of the settings |
ScalableSettingSchemaId | schemaId | The schema of the setting. |