IUpdatable
since: 3.1.1b127 arm64
Hierarchy
- IUpdatableCommon
- IUpdatable
Index
Methods
Methods
update
Called every tick
Parameters
deltaTime: number
delta time as current tick in updatable
Returns void
Called every tick
delta time as current tick in updatable
Updatable is an object that is notified every tick via it's. New type Updatable.update method call.