Any other user-defined methods and properties
Once true, the object will be removed from updatables list and will no longer receive update calls
Called every tick
Adds object to updatables list
object to be added to updatables list
current thread tick number
Generated using TypeDoc
Module used to create and manage Updatables. Updatables provide the proper way to manage objects that update their state every tick. Updatables may not be notified every tick, if there are too many, to avoid user interface freezes