> For the complete documentation index, see [llms.txt](https://sulleyyys-organization.gitbook.io/manuals-of-ccs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sulleyyys-organization.gitbook.io/manuals-of-ccs/camera-components/extension-components/animatedcameraextension.md).

# AnimatedCameraExtension

This extension drives camera based on a a curved animation sequence. It will automatically terminates when animation finishes. The given animation sequence is only used to drive cameras, so it should contain and only contain four tracks: position, rotation, scale and FOV.&#x20;

You must ensure the input animation is valid in this regard. See [Animating Camera](/manuals-of-ccs/advanced-uses/animating-camera.md) for more information.

<figure><img src="/files/tYMujN84ZqQKbchfkdvq" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="201.33333333333331">Parameter</th><th width="72"></th><th>Description</th></tr></thead><tbody><tr><td>AnimToPlay</td><td></td><td>The animation sequence you want to play on camera.</td></tr><tr><td>RefCoordinateActor</td><td></td><td>In which actor's local space you want to play the camera animation.</td></tr><tr><td>RefCoordinate</td><td></td><td>In which reference frame you want to play the camera animation.</td></tr><tr><td>PositionOffset</td><td></td><td>Position offset, in reference space.</td></tr><tr><td>Stage</td><td></td><td>Stage at which this component is executed. You can only change this property at the "Class Defaults" window.</td></tr></tbody></table>


---

# 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://sulleyyys-organization.gitbook.io/manuals-of-ccs/camera-components/extension-components/animatedcameraextension.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.
