UltimateRadialButtonInfo
The Ultimate Radial Button Info class is a small class that takes care of sending and updating information on a specific Ultimate Radial Button.
Public Methods |
Description |
UpdateText |
Updates the text of the associated radial button, if the text component is being used. |
UpdateIcon |
Updates the icon of the associated radial button, if the icon image is being used. |
UpdateName |
Updates the name of the associated radial button. |
UpdateDescription |
Updates the description of the associated radial button. |
EnableButton |
Enables the radial button on the menu, allowing it to be interacted with. |
DisableButton |
Disables the associated radial button so that it cannot be interacted with. |
RemoveRadialButton |
Removes the radial button from the menu. Since this method actually deletes the button, please make sure that you really want to do this. |
ExistsOnRadialMenu |
Returns the state of existence on a radial menu. |
RemoveInfoFromRadialButton |
Removes this info from the radial button. This can be useful for resetting a button for use by another UltimateRadialButtonInfo. |
GetButtonIndex |
Returns the index of the associated button in the list. |