コード例 #1
0
 public int GetBodyLinearVelocity(int body_index, out Vector3 world_velocity)
 {
     return(UnsafeNativeMethodsInverseDynamics.MultiBodyTree_getBodyLinearVelocity(Native, body_index, out world_velocity));
 }