Skip to main content
Version: 5.x

Nodes > Inputs > Parameters > Bool Parameter

Bool Parameter

Exposes a boolean parameter on the material. This value can be modified through the Inspector panel or by script at runtime.

Outputs

NameTypeDescription
ValuefloatValue of this parameter

Properties

NameTypeDescription
TitlestringTitle used for this parameter when viewing the Material in the Inspector
StaticboolIf enabled, this parameter will be hard-coded and not accessible through script, but will result in better performance
Create GroupboolIf enabled, this parameter will appear as a group that can be enabled and disabled
Specify Const NameboolWhen enabled, allows the editing of Const Name
Const NamestringVariable name that Studio uses to configure materials
GroupstringIf not empty, specifies the parameter group this parameter is shown in
Sort IndexintSpecifies the order this should be listed relative to other parameters
TooltipstringTooltip message shown on mouse hover
Was this page helpful?
Yes
No