Exemple #1
0
 /// <summary>
 /// Gets the absolute of the specified joint
 /// </summary>
 /// <param name="jointName">Name of the joint</param>
 /// <param name="characterSlot">Slot containing the character</param>
 /// <returns>Absolute of the specified joint</returns>
 public QuatT GetJointAbsolute(string jointName, int characterSlot = 0)
 {
     return(NativeEntityMethods.GetJointAbsolute(this.GetIEntity(), jointName, characterSlot));
 }