Nodes > Inputs > Parameters > Bool Parameter
Exposes a boolean parameter on the material. This value can be modified through the Inspector panel or by script at runtime.
Outputs
| Name | Type | Description |
|---|---|---|
| Value | float | Value of this parameter |
Properties
| Name | Type | Description |
|---|---|---|
| Title | string | Title used for this parameter when viewing the Material in the Inspector |
| Static | bool | If enabled, this parameter will be hard-coded and not accessible through script, but will result in better performance |
| Create Group | bool | If enabled, this parameter will appear as a group that can be enabled and disabled |
| Specify Const Name | bool | When enabled, allows the editing of Const Name |
| Const Name | string | Variable name that Studio uses to configure materials |
| Group | string | If not empty, specifies the parameter group this parameter is shown in |
| Sort Index | int | Specifies the order this should be listed relative to other parameters |
| Tooltip | string | Tooltip message shown on mouse hover |
Was this page helpful?