# GVS Camera Controller

## GVS Camera Controller  <img src="/files/QLLoTJNDW65WqkzkEboZ" alt="" data-size="line">

The GVS Camera Controller component is stored on a child game object of the player. Once the game is in play mode, the camera controller object is unparented from the player to ensure smooth camera movement.&#x20;

<div align="left"><figure><img src="/files/CY96dqpsdNUZ8I0L7fBx" alt=""><figcaption></figcaption></figure></div>

Within the camera controller object you will find child objects for the camera, slow position, fast position, and the interact position. Adjust these positions as needed.

<div align="left"><figure><img src="/files/gO3RkOUFpLz6R4aMPaNI" alt=""><figcaption></figcaption></figure></div>

Here are all of the options for the GVS\_Camera\_Controller:

<div align="left"><figure><img src="/files/Cg6w5T6bTrT3vNUhctNz" alt="" width="452"><figcaption></figcaption></figure></div>


---

# 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://glass-vault-studio.gitbook.io/imove/components/gvs-camera-controller.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.
