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