public virtual Result CreateHUD(SWIGTYPE_p_p_IHUD hud)
    {
        Result ret = new Result(IronSightEnginePINVOKE.IOutputWindow_CreateHUD(swigCPtr, SWIGTYPE_p_p_IHUD.getCPtr(hud)), true);

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