Skip to content
Zakru edited this page Jun 15, 2019 · 3 revisions

Callback methods

update(dt, world)

Will be called by modloader to perform state updates for a frame.

Parameters:

  • dt: Delta time. The time in seconds since the last call.
  • world: The current World loaded in the engine.
Clone this wiki locally