Nodes > Inputs > Parameters > Curve Object Parameter
Exposes a curve parameter on the material. This value can be modified through the Inspector panel or by script at runtime.
Outputs
Name | Type | Description |
---|---|---|
Curve | CURVE_OBJECT | Curve asset that can be used for sampling. |
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. |
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?