Beispiel #1
0
 public void baseVertexPointerToElement(SWIGTYPE_p_void pBase, SWIGTYPE_p_p_unsigned_int pElem)
 {
     OgrePINVOKE.VertexElement_baseVertexPointerToElement__SWIG_2(swigCPtr, SWIGTYPE_p_void.getCPtr(pBase), SWIGTYPE_p_p_unsigned_int.getCPtr(pElem));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
    public virtual Result MapIndexData(SWIGTYPE_p_p_unsigned_int indices)
    {
        Result ret = new Result(IronSightEnginePINVOKE.IObject_MapIndexData(swigCPtr, SWIGTYPE_p_p_unsigned_int.getCPtr(indices)), true);

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