public virtual Result CreateD3dFont(SWIGTYPE_p_FontType type, SWIGTYPE_p_p_ID3dFont font)
    {
        Result ret = new Result(IronSightEnginePINVOKE.IOutputWindow_CreateD3dFont(swigCPtr, SWIGTYPE_p_FontType.getCPtr(type), SWIGTYPE_p_p_ID3dFont.getCPtr(font)), true);

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