Updatable
Hierarchy
- Scriptable
- Updatable
Index
Properties
optionalremove
Once true
, the object will be removed from updatables list and will no
longer receive update calls.
update
Called every tick.
Type declaration
Returns void
Once true
, the object will be removed from updatables list and will no
longer receive update calls.
Called every tick.
Updatable is an object that is notified every tick via it's Updatable.update method call.