World.update

Update

Updates every system with the UpdatePolicy set to Automatic

  1. void update [@property getter]
    class World
    @property
    void
    update
    ()
  2. void update()

Examples

world.update();

Meta