예제 #1
0
        public SWIGTYPE_p_uint32_t getRbPairStats(PxSimulationStatistics.RbPairStatsType pairType, SWIGTYPE_p_PxGeometryType__Enum g0, SWIGTYPE_p_PxGeometryType__Enum g1)
        {
            SWIGTYPE_p_uint32_t ret = new SWIGTYPE_p_uint32_t(physxPINVOKE.PxSimulationStatistics_getRbPairStats(swigCPtr, (int)pairType, SWIGTYPE_p_PxGeometryType__Enum.getCPtr(g0), SWIGTYPE_p_PxGeometryType__Enum.getCPtr(g1)), true);

            if (physxPINVOKE.SWIGPendingException.Pending)
            {
                throw physxPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_PxGeometryType__Enum obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }