
Exposes a Float Array Object parameter on the material. This array can be modified through the Inspector panel. This node also samples the array and returns the value at the specified index.
Name | Type | Description |
---|
Index | float | Index to sample value from |
Outputs
Name | Type | Description |
---|
Value | float | Value sampled at the Index of the Float Array |
Size | float | Number of elements in the array |
Properties
Name | Type | Description |
---|
Title | string | Title used for this parameter when viewing the Material in the Inspector |
Size | int | Number of elements in the array |
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 |