Ejemplo n.º 1
0
 public void Unregister(FbxPlugin pPlugin)
 {
     FbxWrapperNativePINVOKE.FbxPluginContainer_Unregister(swigCPtr, FbxPlugin.getCPtr(pPlugin));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 public void Register(FbxPlugin pPlugin)
 {
     fbx_wrapperPINVOKE.FbxPluginContainer_Register(swigCPtr, FbxPlugin.getCPtr(pPlugin));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }