IUpdateable

* Service used in updateable scene entitys.

interface IUpdateable {}

Members

Functions

update
void update()

* Called every frame to update the current state of the scene entity.

Meta