internal static void Release(IntPtr cPtr)
 {
     NoesisGUI_PINVOKE.BaseComponent_Release(cPtr);
     if (NoesisGUI_PINVOKE.SWIGPendingException.Pending)
     {
         throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve();
     }
 }
     private void Release()
     {
         NoesisGUI_PINVOKE.BaseComponent_Release(swigCPtr);
 #if UNITY_EDITOR || NOESIS_API
         if (NoesisGUI_PINVOKE.SWIGPendingException.Pending)
         {
             throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve();
         }
 #endif
     }
示例#3
0
 internal static void Release(IntPtr cPtr)
 {
     NoesisGUI_PINVOKE.BaseComponent_Release(cPtr);
 }