26 bool isUsable()
const;
37 bool nextFrameNavigationEnabled()
const;
38 void setNextFrameNavigationEnabled(
bool);
48 virtual void setupDecorator();
A nav interface is a software component of an object that maintains the object's presence in the navi...
Definition: vrfObjectNavInterface.h:39
The DtNavigationLocalObjectFacadeInterface class is a wrapper around the DtNavigationLocalObjectDecor...
Definition: navigationLocalObjectFacade.h:17
bool isUsable() const
Definition: navigationLocalObjectFacade.h:66
This is a simple base class that will keep track of the local object reference and provide a base lev...
Definition: localObjectFacadeBase.h:15
DtLocalObject * myLocalObject
Definition: localObjectFacadeBase.h:27
DtNavigationLocalObjectDecorator * myNavigationLocalDecorator
Definition: navigationLocalObjectFacade.h:51
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
This class will contain logic to update the bounding volume based on posture when the logic ticks...
Definition: navigationDecorator.h:50
virtual void setupDecorator()
Called after setSimObjectReference, will set up any logic needed. Default is a no-op.
virtual void setupDecorator()
Definition: navigationLocalObjectFacade.h:54
Definition: navInterfaceManager.h:20
virtual void setupDecorator() override
Called after setSimObjectReference, will set up any logic needed. Default is a no-op.
Definition: navigationLocalObjectFacade.h:64
virtual DtLocalObject * localObject() const override
Definition: navigationLocalObjectFacade.h:62
A locally simulated VRF object.
Definition: localObject.h:98