Removes the item from the desired index.
| <node3d:GUI:droplist>.removeItem( | |
| index |
)
index
Zero-based index of the item to remove.
This command will remove the item at the selected index. If the item is currently selected, then the first item will become selected.
None