Skip to main content
Version: 5.x

Nodes > Inputs > Parameters > Float Parameter

Float Parameter

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

Outputs

NameTypeDescription
ValuefloatParameter value

Properties

NameTypeDescription
TitlestringTitle used for this parameter when viewing the Material in the Inspector
Script NamestringVariable name scripts can use to access this parameter through the Material's mainPass
Enable MinboolIf enabled, the parameter value will be clamped to Min or greater
MinfloatMin value used for clamping
Enable MaxboolIf enabled, the parameter value will be clamped to Max or less
MaxfloatMax value used for clamping
StepfloatStep size used when drawing this parameter field
DefaultfloatThe default value of the parameter
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