> 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/ultimatejoystick/documentation.md).

# Documentation

- [UltimateJoystick](https://docs.tankandhealerstudio.com/assets/ultimatejoystick/documentation/ultimatejoystick.md): The UltimateJoystick class is the main component of this Asset.
- [Public Methods](https://docs.tankandhealerstudio.com/assets/ultimatejoystick/documentation/ultimatejoystick/public-methods.md): A list of all the public methods in the UltimateJoystick class.
- [GetHorizontalAxis](https://docs.tankandhealerstudio.com/assets/ultimatejoystick/documentation/ultimatejoystick/public-methods/gethorizontalaxis.md): Returns a float value between -1 and 1 representing the horizontal value of the Ultimate Joystick.
- [GetVerticalAxis](https://docs.tankandhealerstudio.com/assets/ultimatejoystick/documentation/ultimatejoystick/public-methods/getverticalaxis.md): Returns a float value between -1 and 1 representing the vertical value of the Ultimate Joystick.
- [Disable](https://docs.tankandhealerstudio.com/assets/ultimatejoystick/documentation/ultimatejoystick/public-methods/disable.md): Disables the Ultimate Joystick.
- [Enable](https://docs.tankandhealerstudio.com/assets/ultimatejoystick/documentation/ultimatejoystick/public-methods/enable.md): Enables the Ultimate Joystick.
- [UpdatePositioning](https://docs.tankandhealerstudio.com/assets/ultimatejoystick/documentation/ultimatejoystick/public-methods/updatepositioning.md): This function is used internally to update the positioning of the joystick on the screen on Application start, and any time the screen changes size. You will most likely never need to use this.
- [Static Methods](https://docs.tankandhealerstudio.com/assets/ultimatejoystick/documentation/ultimatejoystick/static-methods.md): Below is a list of all the static methods available in the Ultimate Joystick class.
- [ReturnComponent](https://docs.tankandhealerstudio.com/assets/ultimatejoystick/documentation/ultimatejoystick/static-methods/returncomponent.md): This function returns the Ultimate Joystick component that has been registered with the provided key.
- [Events](https://docs.tankandhealerstudio.com/assets/ultimatejoystick/documentation/ultimatejoystick/events.md): Below is a list of all available events for the Ultimate Joystick class.
- [OnCallbackTemplate](https://docs.tankandhealerstudio.com/assets/ultimatejoystick/documentation/ultimatejoystick/events/oncallbacktemplate.md): This callback is invoked...
- [Properties](https://docs.tankandhealerstudio.com/assets/ultimatejoystick/documentation/ultimatejoystick/properties.md): Below is a list of all the accessible properties in the Ultimate Joystick class.


---

# 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/ultimatejoystick/documentation.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.
