# UI

## Components

<table><thead><tr><th width="182.79998779296875">Class</th><th>Description</th></tr></thead><tbody><tr><td><a href="https://github.com/MeshMap/com.meshmap.sdk.xr/blob/main/Runtime/UI/CustomHandMenu.cs"><code>CustomHandMenu</code></a></td><td>A simplified hand menu that follows hand tracking and activates based on palm orientation and camera gaze.</td></tr><tr><td><a href="https://github.com/MeshMap/com.meshmap.sdk.xr/blob/main/Runtime/UI/SpatialButton.cs"><code>SpatialButton</code></a></td><td>A 3D "button" that inherits from <code>XRSimpleInteractable</code> to react to hover and select events from any XRI interactor.</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.meshmap.com/unity-sdk/xr/ui.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.
