Example #1
0
 public int SetBodyFirstMassMoment(int body_index, ref Vector3 first_mass_moment)
 {
     return(UnsafeNativeMethodsInverseDynamics.MultiBodyTree_setBodyFirstMassMoment(Native, body_index, ref first_mass_moment));
 }