# Public Methods

<table><thead><tr><th width="187">Method</th><th>Description</th></tr></thead><tbody><tr><td>SetMainCamera</td><td>Sets the camera to the provided camera parameter for calculations.</td></tr><tr><td>SetCamerasVR</td><td>Sets the cameras to the new left and right eye camera parameters for internal calculations.</td></tr><tr><td><a href="/pages/AP1dQso5BDO8Z7WauOyN">SendRaycastInput</a></td><td>Send in custom raycast information to send to the Ultimate Radial Menus in the scene.</td></tr><tr><td>TriggerInputDown</td><td>Triggers the input to be pressed this frame. This function is useful if you want to interact with the menu in a very unique way.</td></tr><tr><td>TriggerInputUp</td><td>Triggers the input to be released this frame. This function is useful if you want to interact with the menu in a very unique way.</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/ultimateradialmenuinputmanager/public-methods.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.
