예제 #1
0
 public virtual void FunctionCall(FbxEventBase pEvent)
 {
     FbxWrapperNativePINVOKE.FbxEventHandler_FunctionCall(swigCPtr, FbxEventBase.getCPtr(pEvent));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
        public bool EmitPluginsEvent(FbxEventBase pEvent)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxManager_EmitPluginsEvent(swigCPtr, FbxEventBase.getCPtr(pEvent));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
예제 #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxEventBase obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }