示例#1
0
 public void uninstallPlugin(SWIGTYPE_p_Ogre__Plugin plugin)
 {
     OgrePINVOKE.Root_uninstallPlugin(swigCPtr, SWIGTYPE_p_Ogre__Plugin.getCPtr(plugin));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_Ogre__Plugin obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }