Search
Try Notion
Options
Get Started
On Options Manager, you can add/reorder the value of your options in the Options List.
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
Public Methods
Search
Name
Description
Go to the previous option.
Go to the next option.
Set option at given index i.
Count3