crashcat docs
    Preparing search index...

    Function updateWorld

    • Updates the physics world with a given time step

      Parameters

      • world: World

        the physics world to update

      • listener: Listener | undefined

        optional contact listener for collision events

      • timeStep: number

        the time step to advance the world by, in seconds

      Returns void