public void RemoveListener(FbxEventHandler pHandler) { FbxWrapperNativePINVOKE.FbxEmitter_RemoveListener(swigCPtr, FbxEventHandler.getCPtr(pHandler)); if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending) { throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve(); } }
public void AddListener(FbxEventHandler pHandler) { fbx_wrapperPINVOKE.FbxEmitter_AddListener(swigCPtr, FbxEventHandler.getCPtr(pHandler)); if (fbx_wrapperPINVOKE.SWIGPendingException.Pending) { throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve(); } }
public void Unbind(FbxEventHandler aBindId) { FbxWrapperNativePINVOKE.FbxListener_Unbind(swigCPtr, FbxEventHandler.getCPtr(aBindId)); }
public void Unbind(FbxEventHandler aBindId) { fbx_wrapperPINVOKE.FbxListener_Unbind(swigCPtr, FbxEventHandler.getCPtr(aBindId)); }