67 Entity *getParentEntity(
void)
const;
70 void setParentEntity(
Entity *pEntity);
77 void setInheritParentEntityOrientation(
bool inherit);
81 bool getInheritParentEntityOrientation(
void)
const;
87 void setInheritParentEntityScale(
bool inherit);
91 bool getInheritParentEntityScale(
void)
const;
94 const Matrix4& getParentEntityTransform(
void)
const;
97 const Matrix4& _getFullLocalTransform(
void)
const;
100 void needUpdate(
bool forceParentUpdate =
false);
103 void updateFromParentImpl(
void)
const;
123 #endif//__TagPoint_H_