Constructor ToggleListControl
ToggleListControl(String, Single, Single)
Default constructor of ToggleListControl
Declaration
public ToggleListControl(string propertyName, float falseValue = 0F, float trueValue = 1F)
Parameters
| Type | Name | Description |
|---|---|---|
| String | propertyName | Material property name. |
| Single | falseValue | Float value that the material property will have if the checkbox is not checked. Optional (default: 0). |
| Single | trueValue | Float value that the material property will have if the checkbox is checked. Optional (default: 1). |