Open 3D Engine EMotionFX Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Public Member Functions | |
MotionLinkData (const MotionLinkData &)=default | |
MotionLinkData (MotionLinkData &&)=default | |
MotionLinkData & | operator= (const MotionLinkData &)=default |
MotionLinkData & | operator= (MotionLinkData &&)=default |
AZStd::vector< size_t > & | GetJointDataLinks () |
const AZStd::vector< size_t > & | GetJointDataLinks () const |
bool | IsJointActive (size_t jointIndex) const |
size_t | GetJointDataLink (size_t jointIndex) const |
Protected Attributes | |
AZStd::vector< size_t > | m_jointDataLinks |