Example #1
0
 public int GetBodyAngularVelocity(int body_index, out Vector3 world_omega)
 {
     return(UnsafeNativeMethodsInverseDynamics.MultiBodyTree_getBodyAngularVelocity(Native, body_index, out world_omega));
 }