Action Menu Option
The ActionMenuOption
struct represents a single action menu option.
Fields & Properties
Name
Description
Type
Access
text
The text of the button.
string
public
backgroundColor
The background color of the button.
Color
public
action
The action to perform on-click.
Action
public
icon
The icon that represents what the button does.
Sprite
public
sortingOrder
The hierarchal order of this option within it's parent. Options with a larger sorting order appear at the bottom.
int
public
Creating an Option
Last updated