Scene.update

Update all entitys that have an update() method. These entitys must implement IUpdateable. It's called every frame.

class Scene
void
update
()

Meta