11class ModelPartLocator {
15 ::ll::TypedStorage<4, 4, ::SkeletalHierarchyIndex> mSkeletalHierarchyIndex;
16 ::ll::TypedStorage<4, 4, int> mBoneMapping;
17 ::ll::TypedStorage<8, 48, ::HashedString> mBoneName;
18 ::ll::TypedStorage<8, 48, ::HashedString> mName;
19 ::ll::TypedStorage<4, 12, ::Vec3> mOffset;
20 ::ll::TypedStorage<4, 12, ::Vec3> mPosition;
21 ::ll::TypedStorage<4, 12, ::Vec3> mRotation;
22 ::ll::TypedStorage<1, 1, bool> mIgnoreInheritedScale;
23 ::ll::TypedStorage<4, 64, ::Matrix> mWorldAbsoluteTransform;
33 MCAPI_C ModelPartLocator(::ModelPartLocator
const&);
35 MCAPI_C ModelPartLocator(
36 ::std::string
const& name,
37 ::std::string
const& boneName,
39 bool ignoreInheritedScale
42 MCAPI_C
bool compare(::ModelPartLocator
const& rhs,
bool compareSkeletalHierarchyIndexAndBoneMapping)
const;
44 MCAPI_C ::ModelPartLocator& operator=(::ModelPartLocator
const&);
46 MCAPI_C ~ModelPartLocator();
52 MCAPI_C
void* $ctor(::ModelPartLocator
const&);
55 ::std::string
const& name,
56 ::std::string
const& boneName,
58 bool ignoreInheritedScale
65 MCFOLD_C
void $dtor();