Nodes > Inputs > Parameters > DropList Parameter
Exposes a dropdown list parameter on the material. This value can be modified through the Inspector panel.
Outputs
| Name | Type | Description |
|---|---|---|
| Value | float | Index of selected dropdown item |
Properties
| Name | Type | Description |
|---|---|---|
| Title | string | Title used for this parameter when viewing the Material in the Inspector |
| ItemCount | int | Number of options in the dropdown list menu |
| Specify Const Name | bool | When enabled, allows the editing of Const Name |
| Const Name | string | Variable name that Studio uses to configure materials |
| Item 0 Title | string | Label shown for Item 0 |
| Item 1 Title | string | Label shown for Item 1 |
| Item 2 Title | string | Label shown for Item 2 |
| 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?