Events
List of available events in the Ultimate Radial Menu class.
Event | Description |
---|---|
OnButtonEnter | 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. |
OnMenuDisabled | 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. |
Last updated