IUpdatable
since: 3.1.1b127
Hierarchy
- IUpdatableCommon
- IUpdatable
Index
Properties
optional_handlesince: 3.1.1b127
Passed only when instance is created with updatable overload.
Methods
update
Called every tick to execute pending updates.
Parameters
deltaTicks: number
delta time from latest schedule call
Returns void
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.