> For the complete documentation index, see [llms.txt](https://docs.forge3d.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.forge3d.com/wasp-interdictor/controller-components.md).

# Controller Components

### Tracking Controller

The easy setup includes the animated mounted parts where script manages the elevation-heading limits and controls the tracking speed.

![](/files/-MAuXQwSU85hpHM_Vgy4)

Before a controller will target anything, you must setup a few things and specify a transform of an object to aim. Here are the options available in the inspector tab of a controller component:

**Target** – A transform of an object the controller will aim at

**Body** – Specifies the transform of the vertical tracking component along the elevation plane

**Mount** – Specifies the transform of the horizontal tracking component along the heading plane

**Heading tracking speed** – The rate at which the component can rotate towards target on the horizontal plane

**Elevation tracking speed** – The rate at which the component can pivot towards target in the vertical plane

**Heading limit** – The arc of fire along the horizontal plane. The editor gizmo marked with red

**Elevation limit** – The arc of fire along the vertical plane.  The editor gizmo marked with blue

### Nozzle Flaps Controller

The script will tackle the most of the work animating the position of each nozzle flap in response to commands from the script. The options include Flap Position, Turn Limit, and Speed.

![](/files/-MAuXamHKD228sebRgOa)

**Left / Right Engine** – References to the nozzle flaps transforms found within the ship’s model.

**Servo Current Position** – The animation value in the range of 0.0f to 1.0f that controls the position of each nozzle flap piece.

**Servo Limit** – The limiting angle value that stops the controller from opening the petals further.

**Servo Speed** – A speed at which the controller animates the petals.


---

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

```
GET https://docs.forge3d.com/wasp-interdictor/controller-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.
