KECS / com.juanmedina.kecs.system / System / update
update¶
abstract fun update(delta:Float, total:Float, world:World):Unit
get notified by the world that this system needs update.
Parameters¶
delta - time since last update in seconds.
total - total time since the world was created.
world - the ECS world that needs updates.