25 bool isUsable()
const;
29 void removeNextFramePart(DtArtPartType partType);
The articulated part manager maintains a tree of articulated and attached parts for the state reposit...
Definition: articulatedPartManager.h:34
virtual void setupDecorator()
Definition: articulatedPartsLocalObjectFacade.h:39
DtLocalObjectFacade< DtArticulatedPartsSimObjectFacadeInterface, DtArticulatedPartsLocalObjectFacadeInterface > DtArticulatedPartsLocalObjectFacade
Definition: articulatedPartsLocalObjectFacade.h:42
bool hasArticulatedParts() const
Definition: articulatedPartsLocalObjectFacade.h:26
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
If inheriting from a base sim object proxy.
Definition: localObjectFacadeBase.h:32
This DtArticulatedPartsLocalObjectFacadeInterface class will provide API functionality for objects th...
Definition: articulatedPartsLocalObjectFacade.h:17
The DtArticulatedPartStateRepository class is used to represent articulated parts for an entity...
Definition: articulatedPartStateRepository.h:40
A locally simulated VRF object. Holds all internal and external data for the object, and provides access to both the current frame and next frame state data for the object. All current frame data is read-only, and next-frame data can be written to. No thread safety guarantees are made on this object during the simulation frame and it should only be accessed by the thread that is simulating the object.
Definition: localObject.h:86