Verse State Machine API

Status

In Progress

Verse State Machines add hierarchical states to a Verse class or Scene Graph component, letting developers model changing behavior as states.

States are declared on a Verse class or on a Scene Graph component and nest hierarchically, each carrying OnEnter and OnExit events that run on transition into and out of it. Developers control the state hierarchy, and the state machine passes messages down to whichever leaf states are active.

Roadmap Image