ecspresso
    Preparing search index...

    Interface TimerComponentTypes

    Component types provided by the timer plugin. Included automatically via .withPlugin(createTimerPlugin()).

    const ecs = ECSpresso.create()
    .withPlugin(createTimerPlugin())
    .withComponentTypes<{ velocity: { x: number; y: number }; player: true }>()
    .build();
    interface TimerComponentTypes {
        timer: Timer;
    }
    Index

    Properties

    Properties

    timer: Timer