Expand description
Script DSL for building timelines in a fluent, readable way.
CutsceneScript provides a builder that accumulates actions with an
implicit cursor time — no need to manually specify timestamps for
every action when sequencing a dialogue scene or cutscene.
Structs§
- Cutscene
Script - Fluent builder for Timeline. Maintains an implicit cursor time.
- Dialogue
Sequence - Builds a dialogue-only sequence with automatic timing.
- Script
Cursor - Tracks the “pen position” — the time at which the next action will be placed.