public btRigidBody(btRigidBodyConstructionInfo constructionInfo) : this(BulletDynamicsPINVOKE.new_btRigidBody__SWIG_0(btRigidBodyConstructionInfo.getCPtr(constructionInfo)), true)
 {
     if (BulletDynamicsPINVOKE.SWIGPendingException.Pending)
     {
         throw BulletDynamicsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static HandleRef getCPtr(btRigidBodyConstructionInfo obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
예제 #3
0
 internal static HandleRef getCPtr(btRigidBodyConstructionInfo obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 public btRigidBody(btRigidBodyConstructionInfo constructionInfo) : this(BulletDynamicsPINVOKE.new_btRigidBody__SWIG_0(btRigidBodyConstructionInfo.getCPtr(constructionInfo)), true) {
   if (BulletDynamicsPINVOKE.SWIGPendingException.Pending) throw BulletDynamicsPINVOKE.SWIGPendingException.Retrieve();
 }