platformer - v1.0.0
    Preparing search index...

    Type Alias Component

    Component:
        | "transform"
        | "collider"
        | "rigidbody"
        | "sprite"
        | "animatedSprite"
        | "control"
        | "animationController"
        | "camera"
        | "pathMovement"
        | "background"
        | "playerState"

    All supported component type identifiers.

    These string literals act as keys in the ECS component store. Each key maps to a collection of entity → component data.