World.update

Update

Updates a single system passed by the user

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

Examples

world.update!fooSystem;

Meta