34 virtual bool init()
override;
40 virtual void tick()
override;
A nav interface is a software component of an object that maintains the object's presence in the navi...
Definition: vrfObjectNavInterface.h:39
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
virtual bool init()
Virtual init, called from the create() method.
This is the DtVrfObjectNavInterface subclass for objects which are treated as seldom moving obstacles...
Definition: staticObstacleNavInterface.h:17
virtual void postObjectInit()
Perform additional initialization after the object has been initialized. Default behavior is to do no...
Definition: vrfObjectNavInterface.h:67
DtVrfObjectNavInterface & operator=(const DtVrfObjectNavInterface &orig)
Not Implemented.
A locally simulated VRF object.
Definition: localObject.h:98