A list of all the static methods in the UltimateRadialMenu class.
ReturnComponent
Returns the Ultimate Radial Menu component that has been registered with the targeted name.
RegisterButton
Registered the provided information to the radial menu.
Enable
Enables the radial menu so that it can be interacted with.
Disable
Disables the radial menu so that it cannot be interacted with.
DisableImmeditate
Disables the Ultimate Radial Menu immediately so that it cannot be interacted with.
CreateEmptyButton
Creates an empty button at the end of the radial menu.
ClearMenu
Deletes all of the buttons from the radial menu.
RemoveButton
Removes the button from the radial menu at the targeted index.
ClearButtonInformations
Clears all the registered button information and leaves the menu empty with the same number of buttons.
SetPosition
Updates the radial menu's position to the new position on the screen.
ResetPosition
Resets the position of the radial menu back to its original position.
SetParent
Sets the parent of the canvas to the new parent transform.
Last updated 2 years ago