# UltimateRadialButtonInfo

## Public Methods

<table><thead><tr><th width="230">Method</th><th>Description</th></tr></thead><tbody><tr><td><a href="/pages/AqN5QuTXbqA6jRH2MmpI">UpdateIcon</a></td><td>Assigns a new sprite to the radial button's icon image.</td></tr><tr><td><a href="/pages/W7Q0djpAMK6WATGcvplU">UpdateText</a></td><td>Applies a new string to the radial button's text component.</td></tr><tr><td><a href="/pages/FunX8KPYVGYtkuyBL5bE">UpdateDescription</a></td><td>Updates the radial button with a new description.</td></tr><tr><td><a href="/pages/rNxwvHA5CzehJCcxsKmj">SelectButton</a></td><td>Selects this button.</td></tr><tr><td><a href="/pages/uvayu5jBbtpoBc5ZmqqE">DeselectButton</a></td><td>Deselects this button.</td></tr><tr><td><a href="/pages/zwQyMEmWITN6wl3CZXxB">ToggleSelect</a></td><td>Toggles the selection state of this button.</td></tr><tr><td><a href="/pages/lZBX0GzImUOosBVSFKkl">EnableButton</a></td><td>Enables this button on the menu.</td></tr><tr><td><a href="/pages/UHTWjMWhlbxr5fz6lAx5">DisableButton</a></td><td>Disables this button on the menu.</td></tr><tr><td><a href="/pages/oRYYP69tWblFsB3UHb5W">RemoveFromMenu</a></td><td>Removes this button from the radial menu.</td></tr><tr><td><a href="/pages/nUnWzMqjriomQtNSUmLE">RemoveInfoFromButton</a></td><td>Removes this information from the current radial button.</td></tr><tr><td><a href="/pages/XyWPiYAMvIctuvELGlFR">GetButtonIndex</a></td><td>Returns the integer of the button that this button info is associated with.</td></tr></tbody></table>

## Properties

<table><thead><tr><th width="233">Property</th><th>Description</th></tr></thead><tbody><tr><td>Registered</td><td>Returns the state of this button information being registered to a radial menu.</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tankandhealerstudio.com/assets/ultimateradialmenu/documentation/ultimateradialbuttoninfo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
