> For the complete documentation index, see [llms.txt](https://docs.tankandhealerstudio.com/assets/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tankandhealerstudio.com/assets/ultimateradialmenu/documentation/ultimateradialmenuinputmanager.md).

# UltimateRadialMenuInputManager

## [Public Methods](/assets/ultimateradialmenu/documentation/ultimateradialmenuinputmanager/public-methods.md)

<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>

## Properties

<table><thead><tr><th width="194">Property</th><th>Description</th></tr></thead><tbody><tr><td>Instance</td><td>The current instance of the UltimateRadialMenuInputManager class in the scene.</td></tr></tbody></table>

## Virtual Methods

<table><thead><tr><th width="243.33333333333331">Method</th><th>Description</th></tr></thead><tbody><tr><td>MouseAndKeyboardInput</td><td>This function catches input from the players mouse and keyboard.</td></tr><tr><td>ControllerInput</td><td>This function catches input from the players controller.</td></tr><tr><td>TouchInput</td><td>This function catches touch input on the players screen.</td></tr><tr><td>CenterScreenInput</td><td>This function processes the center screen for input to send to the radial menu. Useful for VR or FPS applications.</td></tr><tr><td>CustomInput</td><td>This is a blank function that allows users to create custom input functionality for the radial menu.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.tankandhealerstudio.com/assets/ultimateradialmenu/documentation/ultimateradialmenuinputmanager.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
