Skip to content

KECS / com.juanmedina.kecs.system / System

System

abstract class System

A system take care of update our world base on the entities of the our world.

Constructors

Name Summary
<init> A system take care of update our world base on the entities of the our world.System()

Functions

Name Summary
update get notified by the world that this system needs update.abstract fun update(delta:Float, total:Float, world:World):Unit