Nodes > Inputs > Parameters > Matrix Parameter
Exposes a matrix parameter on the material. This matrix can be modified through the Inspector panel.
Outputs
Name | Type | Description |
---|---|---|
Value | matrix | Matrix |
Properties
Name | Type | Description |
---|---|---|
Title | string | Title used for this parameter when viewing the Material in the Inspector |
Script Name | string | Variable name scripts can use to access this parameter through the Material's mainPass |
Dimension | dropdown | Dimension count of the matrix |
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?