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