⚪
Tank & Healer Studio Assets
Return to Website
Ultimate Radial Menu
Ultimate Radial Menu
  • 🔵INTRODUCTION
    • 👋Welcome!
    • ⚡Getting Started
    • 📺Video Tutorials
  • 📖Documentation
    • UltimateRadialMenu
      • Public Methods
        • RegisterButton (+3 overloads)
        • Enable
        • Disable
        • DisableImmediate
        • CreateEmptyButton
        • ClearMenu
        • RemoveButton
        • ClearButtonInformation
        • SetPosition
        • ResetPosition
        • SetParent
        • UpdatePositioning
      • Static Methods
        • ReturnComponent
        • RegisterButton (+3 overloads)
        • Enable
        • Disable
        • DisableImmediate
        • CreateEmptyButton
        • ClearMenu
        • RemoveButton
        • ClearButtonInformation
        • SetPosition
        • ResetPosition
        • SetParent
      • Events
        • OnButtonEnter
        • OnMenuDisabled
      • Public Classes
        • UltimateRadialButton
      • Properties
    • UltimateRadialButtonInfo
      • Public Methods
        • UpdateIcon
        • UpdateText
        • UpdateDescription
        • SelectButton
        • DeselectButton
        • ToggleSelect
        • EnableButton
        • DisableButton
        • RemoveFromMenu
        • RemoveInfoFromButton
        • GetButtonIndex
      • Leave us a review!
    • UltimateRadialMenuInputManager
      • Public Methods
        • SendRaycastInput
  • 💡Tips & Tricks
    • Creating a Custom Input Manager
    • Sub Menu Add-on
  • 🤝Helpful Links
    • Support Discord
    • Other Products
Powered by GitBook
On this page

Was this helpful?

  1. Documentation
  2. UltimateRadialMenu

Public Methods

A list of all the public methods in the UltimateRadialMenu class.

Last updated 4 months ago

Was this helpful?

Method
Description

Registered the provided information to the radial menu.

Enables the radial menu so that it can be interacted with.

Disables the radial menu so that it cannot be interacted with.

Disables the Ultimate Radial Menu immediately so that it cannot be interacted with.

Creates an empty button at the end of the radial menu.

Deletes all of the buttons from the radial menu.

Removes the button from the radial menu at the targeted index.

Clears all the registered button information and leaves the menu empty with the same number of buttons.

Updates the radial menu's position to the new position on the screen.

Resets the position of the radial menu back to its original position.

Sets the parent of the canvas to the new parent transform.

Updates the positioning of the radial menu according to the user's options.

📖
RegisterButton
Enable
Disable
DisableImmeditate
CreateEmptyButton
ClearMenu
RemoveButton
ClearButtonInformations
SetPosition
ResetPosition
SetParent
UpdatePositioning