Public Member Functions | |
| RCImportBody (const RCString &sKey, const RSBodyCtorArg &CtorArg) | |
| virtual void | SetPosePtr (TRCSharedPtr< RCPoseComponent > PosePtr) |
| virtual void | SetMotionPtr (TRCSharedPtr< RCMotionComponent > MotionPtr) |
| virtual TRCSharedPtr< RCModelComponent > | GetModel () const |
| virtual TRCSharedPtr< RCMaterialComponent > | GetMaterial () const |
| virtual void | Realize () |
Protected Member Functions | |
| virtual void | PostReadSerial () |
| MParamMembersStart (RCImportBody) MParamMember("Pose" | |
| RCComponentPointerParamHandler | MParamMember ("Motion", m_Motion, RCComponentPointerParamHandler) MParamMember("File" |
Protected Attributes | |
| m_Pose | |
| RCComponentPointerParamHandler | m_sFileName |
|
RCComponentPointerParamHandler RCStringParamHandler MParamMembersEnd() protected TPoseProperty | m_Pose |
| TMotionProperty | m_Motion |
| RCString | m_sFileName |
| TBodyProperty | m_ImportedBody |
Static Protected Attributes | |
| static const RCString | ROOT_KEY = _T("Body") |
1.4.6-NO