Exemple #1
0
 public int GetBodyFirstMassMoment(int body_index, out Vector3 first_mass_moment)
 {
     return(UnsafeNativeMethodsInverseDynamics.MultiBodyTree_getBodyFirstMassMoment(Native, body_index, out first_mass_moment));
 }