9 #ifndef MyObjectManager_H_
10 #define MyObjectManager_H_
virtual ~MyObjectManager()
virtual const DtSimManager * simManager() const
Get a const pointer to the simulation manager.
static DtVrfObjectManager * creator(DtSimManager *simManager, int entityAdvisory)
class DtVrfObjectManager:
Definition: vrfObjectManager.h:201
The simulation engine is controlled by a single,top-level class called the Simulation Manager...
Definition: simManager.h:102
virtual void tick()
Processes all pending object creations on the myObjectsToCreateQueue by checking DtCreateQueueEntry::...
MyObjectManager(DtSimManager *simManager, int entityAdvisory)
Definition: myObjectManager.h:14