Search
Try Notion
Properties
Search
Name
Type
Description
string
The current selected option value.
int
The first selected index shows the default option in the options list. The index starts from 0 by default.
GameObject
The game object that is used to display the option. To change the style of the option, simply change the style of the Option Template.
OnOptionSelectedHandler(int index)
A delegation event that's triggered when an option is selected. It can be subscribed/unsubscribed. Please checkout Demo/ExampleOptionControl.csfor an example.
Count4