public virtual Result CreateSpriteContainer(uint buffersize, SWIGTYPE_p_p_ISpriteContainer spc)
    {
        Result ret = new Result(IronSightEnginePINVOKE.IOutputWindow_CreateSpriteContainer(swigCPtr, buffersize, SWIGTYPE_p_p_ISpriteContainer.getCPtr(spc)), true);

        //
        if (IronSightEnginePINVOKE.SWIGPendingException.Pending)
        {
            throw IronSightEnginePINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_p_ISpriteContainer obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }