UltimateRadialMenu.UltimateRadialButton
The Ultimate Radial Button class handles all of the individual information about each radial button on the menu. Below is a list of the public functions available from the Ultimate Radial Button class.
Public Methods |
Description |
IsInAngle |
Returns true if the input is within range of the button. |
OnEnter |
Executes the code related to when the input has entered the button. |
OnExit |
Executes the code related to when the input has exited the radial button. |
OnInteract |
Executes the code related to when the button has been interacted with. This function calls all ButtonCallback's that have been subscribed to it. |
DisableButton |
Disables this button. |
EnableButton |
Enables this button. |
OnInputDown |
Executes the code related to when the input has pressed down. |
OnInputUp |
Executes the code related to when the input has been released. |
ResetRadialButtonInformation |
Resets all information that has been sent or registered to this radial button. |