⚪
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
  • Public Methods
  • Properties

Was this helpful?

  1. Documentation

UltimateRadialButtonInfo

The UltimateRadialButtonInfo is used when registering buttons to the radial menu. The provided info can be used to communicate with the menu that the info is on.

Last updated 1 year ago

Was this helpful?

Public Methods

Method
Description

Assigns a new sprite to the radial button's icon image.

Applies a new string to the radial button's text component.

Updates the radial button with a new description.

Selects this button.

Deselects this button.

Toggles the selection state of this button.

Enables this button on the menu.

Disables this button on the menu.

Removes this button from the radial menu.

Removes this information from the current radial button.

Returns the integer of the button that this button info is associated with.

Properties

Property
Description

Registered

Returns the state of this button information being registered to a radial menu.

📖
UpdateIcon
UpdateText
UpdateDescription
SelectButton
DeselectButton
ToggleSelect
EnableButton
DisableButton
RemoveFromMenu
RemoveInfoFromButton
GetButtonIndex