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