![]() |
FirstModulAR 0.1.0
|
Represents an option/choice that can be selected via the radial menu. More...
Public Attributes | |
| bool | isBackOption |
| Indicates if this option is used to navigate back to the parent menu. | |
| string | name |
| The display name of the option. | |
| Sprite | icon |
| The icon that will be displayed for this option. | |
| Color | color = Color.white |
| The color of the icon or text. | |
| FontStyle | fontStyle = FontStyle.Normal |
| The style to apply to the text, if present. | |
| string | iconText |
| Text displayed over the icon, should not be more then a few characters long, as there isn't much space here. | |
| RadialMenuOptionsSet | nested |
| A nested set of options that this option leads to. | |
| string | linkToTrigger |
| A link that will be triggered when this option is selected. | |
| Action | actionToTrigger |
| An action that will be triggered when this option is selected. Dynamic script based menus only, cannot be set in inspector. | |
| bool | disabled |
| If disabled is true, this option will be greyed out and will not be pressable/selectable by the user. | |
Represents an option/choice that can be selected via the radial menu.
| Action FMAR.UI.RadialMenu.RadialMenuOption.actionToTrigger |
An action that will be triggered when this option is selected. Dynamic script based menus only, cannot be set in inspector.
| Color FMAR.UI.RadialMenu.RadialMenuOption.color = Color.white |
The color of the icon or text.
| bool FMAR.UI.RadialMenu.RadialMenuOption.disabled |
If disabled is true, this option will be greyed out and will not be pressable/selectable by the user.
| FontStyle FMAR.UI.RadialMenu.RadialMenuOption.fontStyle = FontStyle.Normal |
The style to apply to the text, if present.
| Sprite FMAR.UI.RadialMenu.RadialMenuOption.icon |
The icon that will be displayed for this option.
| string FMAR.UI.RadialMenu.RadialMenuOption.iconText |
Text displayed over the icon, should not be more then a few characters long, as there isn't much space here.
| bool FMAR.UI.RadialMenu.RadialMenuOption.isBackOption |
Indicates if this option is used to navigate back to the parent menu.
| string FMAR.UI.RadialMenu.RadialMenuOption.linkToTrigger |
A link that will be triggered when this option is selected.
| string FMAR.UI.RadialMenu.RadialMenuOption.name |
The display name of the option.
| RadialMenuOptionsSet FMAR.UI.RadialMenu.RadialMenuOption.nested |
A nested set of options that this option leads to.