clik-engine API
    Preparing search index...

    Variable WORLD_STEPConst

    WORLD_STEP: string

    The Arcade Physics World Step Event.

    This event is dispatched by an Arcade Physics World instance whenever a physics step is run. It is emitted after the bodies and colliders have been updated.

    In high framerate settings this can be multiple times per game frame.

    Listen to it from a Scene using: this.physics.world.on('worldstep', listener).