ecspresso
    Preparing search index...

    Type Alias SystemPhase

    SystemPhase: "preUpdate" | "fixedUpdate" | "update" | "postUpdate" | "render"

    Execution phase for systems. Systems are grouped by phase and executed in this fixed order: preUpdate -> fixedUpdate -> update -> postUpdate -> render. Within each phase, systems are sorted by priority (higher first).