# 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](https://docs.anyrpg.org/scriptable-objects/cutscene).  The [Cutscene](https://docs.anyrpg.org/scriptable-objects/cutscene) can be started automatically upon loading the scene by the [Scene Node](https://docs.anyrpg.org/scriptable-objects/scene-node), or triggered manually through a [Cutscene Interactable](https://docs.anyrpg.org/scriptable-objects/interactable-option-configurations/cutscene-config).

## Dependencies

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