getCPtr() static private méthode

static private getCPtr ( SWIGTYPE_p_btStridingMeshInterface obj ) : HandleRef
obj SWIGTYPE_p_btStridingMeshInterface
Résultat System.Runtime.InteropServices.HandleRef
Exemple #1
0
 public btBvhTriangleMeshShape(SWIGTYPE_p_btStridingMeshInterface meshInterface, bool useQuantizedAabbCompression, SWIGTYPE_p_btVector3 bvhAabbMin, SWIGTYPE_p_btVector3 bvhAabbMax) : this(BulletCollisionPINVOKE.new_btBvhTriangleMeshShape__SWIG_3(SWIGTYPE_p_btStridingMeshInterface.getCPtr(meshInterface), useQuantizedAabbCompression, SWIGTYPE_p_btVector3.getCPtr(bvhAabbMin), SWIGTYPE_p_btVector3.getCPtr(bvhAabbMax)), true)
 {
     if (BulletCollisionPINVOKE.SWIGPendingException.Pending)
     {
         throw BulletCollisionPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
 public btConvexTriangleMeshShape(SWIGTYPE_p_btStridingMeshInterface meshInterface) : this(BulletCollisionPINVOKE.new_btConvexTriangleMeshShape__SWIG_1(SWIGTYPE_p_btStridingMeshInterface.getCPtr(meshInterface)), true)
 {
 }
Exemple #3
0
 public btBvhTriangleMeshShape(SWIGTYPE_p_btStridingMeshInterface meshInterface, bool useQuantizedAabbCompression) : this(BulletCollisionPINVOKE.new_btBvhTriangleMeshShape__SWIG_1(SWIGTYPE_p_btStridingMeshInterface.getCPtr(meshInterface), useQuantizedAabbCompression), true)
 {
 }