new()
@:value(false)loopBreak:Bool = false
@:value(false)loopContinue:Bool = false
@:value(false)paused:Bool = false
add():Void
pause():Void
resume():Void
@:value("")name:String = ""
object:Object
notifyOnAdd(f:() ‑> Void):Void
notifyOnInit(f:() ‑> Void):Void
notifyOnLateUpdate(f:() ‑> Void):Void
notifyOnRemove(f:() ‑> Void):Void
notifyOnRender(f:Graphics ‑> Void):Void
notifyOnRender2D(f:Graphics ‑> Void):Void
notifyOnUpdate(f:() ‑> Void):Void
remove():Void
removeLateUpdate(f:() ‑> Void):Void
removeRender(f:Graphics ‑> Void):Void
removeRender2D(f:Graphics ‑> Void):Void
removeUpdate(f:() ‑> Void):Void