⚪
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

Events

List of available events in the Ultimate Radial Menu class.

Last updated 6 months ago

Was this helpful?

Event
Description

This callback will be called when a radial button has been entered.

OnButtonExit

This callback will be called when a radial button has been exited.

OnButtonInputDown

This callback will be called when the input has been pressed on a radial button.

OnButtonInputUp

This callback will be called when the input has been released on a radial button.

OnButtonInteract

This callback will be called when a radial button has been interacted with.

OnButtonSelected

This callback will be called when a radial button has been selected.

OnMenuLostFocus

This callback will be called when the radial menu has lost focus.

OnMenuEnabled

This callback will be called when the radial menu has been enabled.

This callback will be called when the radial menu has been disabled.

OnUpdatePositioning

This callback will be called when the radial menu's positioning has been updated.

OnButtonCountModified

This callback will be called when a radial button is added or subtracted from the Radial Menu during this frame. This is useful for swapping sprites and positioning for a new count.

OnProcessInput

This callback relays the information that is provided from the Ultimate Radial Menu Input Manager script according to the user's settings.

📖
OnButtonEnter
OnMenuDisabled