public static PxSpatialIndex PxCreateSpatialIndex() { global::System.IntPtr cPtr = physxPINVOKE.PxCreateSpatialIndex(); PxSpatialIndex ret = (cPtr == global::System.IntPtr.Zero) ? null : new PxSpatialIndex(cPtr, false); return(ret); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(PxSpatialIndex obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }