BulletCSharp.SWIGTYPE_p_btAlignedObjectArrayT_btSoftBody_p_t.getCPtr C# (CSharp) Method

getCPtr() static private method

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

Usage Example

 public virtual void optimize(SWIGTYPE_p_btAlignedObjectArrayT_btSoftBody_p_t softBodies)
 {
     BulletSoftBodyPINVOKE.btSoftBodySolver_optimize__SWIG_1(swigCPtr, SWIGTYPE_p_btAlignedObjectArrayT_btSoftBody_p_t.getCPtr(softBodies));
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending)
     {
         throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
     }
 }
All Usage Examples Of BulletCSharp.SWIGTYPE_p_btAlignedObjectArrayT_btSoftBody_p_t::getCPtr
SWIGTYPE_p_btAlignedObjectArrayT_btSoftBody_p_t