sprunk-engine
    Preparing search index...

    A TickComponent that triggers the onTick event at a fixed time step. Can emit 2 ticks in the same frame if the time accumulator is greater than 2 times the fixed time step (for example, when a big hang happens).

    Implements

    Index

    Constructors

    Properties

    Constructors

    Properties

    onTick: Event<number> = ...

    Event that is triggered every tick (fixed or variable time step).