Skip to main content
Version: 5.x

Nodes > Inputs > Parameters > Float Array Object Parameter

Float Array Object Parameter

Exposes a Float Array Object parameter on the material. This value can be modified through the Inspector panel.

JavaScript example to set the 3rd element in the floatArray :

myMaterial.mainPass["floatArray[3]"] = myArrayValues[3];

Outputs

NameTypeDescription
Float ArraylinkFloat Array Object representing this parameter
SizefloatNumber of elements in the array

Properties

NameTypeDescription
TitlestringTitle used for this parameter when viewing the Material in the Inspector
SizeintNumber of elements in the array
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