#include <actor.h>
Inheritance diagram for Actor:
Public Member Functions | |
virtual void | tick (double t)=0 |
All Objects and Fields derive from this. The game will maintain a list of actors, all of which will tick each pass through the game loop.
|
This is called every game loop, with however many seconds passed since the last call. Implemented in Object. |