示例#1
0
 public int GetBodyLinearVelocityCoM(int body_index, out Vector3 world_velocity)
 {
     return(UnsafeNativeMethodsInverseDynamics.MultiBodyTree_getBodyLinearVelocityCoM(Native, body_index, out world_velocity));
 }