# Components

This Module includes Components that are scripts attached to the included Prefabs. Specifically:

* Camera Touchstick
* Dynamic Touchstick
* Dynamic Camera Touchstick
* Gyro Touchstick
* Static Touchstick
* Touchstick Camera
* Touchstick Follow Camera
* Touchstick Pedals
* Touchstick Steering Wheel.
* Touchstick None.

The Prefabs will not wort without them and they can be used to create your own prefabs (but this is beyond the scope of this documentation).

In addition to the above components, there are two folders containing scripts specifically for Android and iOS. Both of these are for the Haptics of each device, as specific code is required for Android and iOS that is not applicable to the other.

{% hint style="danger" %}
DO NOT amend this code unless you are familiar with Android and/or iOS scripting.
{% endhint %}


---

# 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://profpivec.gitbook.io/documentation-and-tutorials/game-creator/mobile-components-for-game-creator/components.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.
