BulletCSharp.Face.getCPtr C# (CSharp) Method

getCPtr() static private method

static private getCPtr ( Face obj ) : HandleRef
obj Face
return System.Runtime.InteropServices.HandleRef
        internal static HandleRef getCPtr(Face obj)
        {
            return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
        }

Usage Example

コード例 #1
0
 public void remove(Face key)
 {
     BulletSoftBodyPINVOKE.btAlignedObjectArrayFace_remove(swigCPtr, Face.getCPtr(key));
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending)
     {
         throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
     }
 }
All Usage Examples Of BulletCSharp.Face::getCPtr