Lines Matching refs:GetTransform
87 bool GetTransform(int index, Transform** transform) in GetTransform() function
95 bool GetTransform(int index, const Transform** transform) const in GetTransform() function
103 Transform* GetTransform(int index) in GetTransform() function
109 const Transform* GetTransform(int index) const in GetTransform() function
226 bool GetTransform(int index, Transform** transform) in GetTransform() function
231 *transform = &bone.GetTransform(); in GetTransform()
236 bool GetTransform(int index, const Transform** transform) const in GetTransform() function
241 *transform = &bone.GetTransform(); in GetTransform()
246 Transform* GetTransform(int index) in GetTransform() function
248 return &m_Resource.GetBones(index).GetTransform(); in GetTransform()
252 const Transform* GetTransform(int index) const in GetTransform() function
254 return &m_Resource.GetBones(index).GetTransform(); in GetTransform()