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