Lines Matching refs:GetTransform
85 bool GetTransform(int index, Transform** transform) in GetTransform() function
93 bool GetTransform(int index, const Transform** transform) const in GetTransform() function
101 Transform* GetTransform(int index) in GetTransform() function
107 const Transform* GetTransform(int index) const in GetTransform() function
224 bool GetTransform(int index, Transform** transform) in GetTransform() function
229 *transform = &bone.GetTransform(); in GetTransform()
234 bool GetTransform(int index, const Transform** transform) const in GetTransform() function
239 *transform = &bone.GetTransform(); in GetTransform()
244 Transform* GetTransform(int index) in GetTransform() function
246 return &m_Resource.GetBones(index).GetTransform(); in GetTransform()
250 const Transform* GetTransform(int index) const in GetTransform() function
252 return &m_Resource.GetBones(index).GetTransform(); in GetTransform()