22 virtual void tick()
override;
class DtLocalObjectManager:
Definition: localObjectManager.h:157
virtual ~MyObjectManager() override
virtual bool add(DtLocalObject *simObject) override
Adds the object to the internal list. If the UUID is not valid (or duplicate) the object will not be ...
static DtLocalObjectManager * creator(DtSimulationServices *simManager)
virtual void tick() override
Processes all pending object creations on the myObjectsToCreateQueue by checking DtCreateQueueEntry::...
MyObjectManager(DtSimulationServices *simManager)
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:96
Definition: myObjectManager.h:10
VRF4API_METHOD const DtSimulationServices * simManager() const
Deprecated methods. Please see the localObjectManager.inl file for how you would convert your code...
A locally simulated VRF object.
Definition: localObject.h:98