# Playable Director Controller

## Properties

A playable director controller has no properties.

## Usage

A playable director will be triggered to play its timeline when the name of the timeline matches the *TimeLine Name* field in a [Cutscene](/scriptable-objects/cutscene.md).  The [Cutscene](/scriptable-objects/cutscene.md) can be started automatically upon loading the scene by the [Scene Node](/scriptable-objects/scene-node.md), or triggered manually through a [Cutscene Interactable](/scriptable-objects/interactable-option-configurations/cutscene-config.md).

## Dependencies

* A PlaybleDirector component should be attached to the same prefab.


---

# 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.anyrpg.org/monobehaviours/playable-director-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.
