Exemplo n.º 1
0
        public bool OutputById(FbxUserNotification.EEntryID pId, FbxUserNotification.EOutputSource pOutSrc)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxUserNotification_OutputById__SWIG_1(swigCPtr, (int)pId, (int)pOutSrc);

            return(ret);
        }
Exemplo n.º 2
0
 public FbxUserNotificationFilteredIterator(FbxUserNotification pAccumulator, int pFilterClass, FbxUserNotification.EOutputSource pSrc) : this(fbx_wrapperPINVOKE.new_FbxUserNotificationFilteredIterator__SWIG_1(FbxUserNotification.getCPtr(pAccumulator), pFilterClass, (int)pSrc), true)
 {
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 3
0
        public bool OutputById(FbxUserNotification.EEntryID pId, FbxUserNotification.EOutputSource pOutSrc, bool pExtraDevicesOnly)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxUserNotification_OutputById__SWIG_0(swigCPtr, (int)pId, (int)pOutSrc, pExtraDevicesOnly);

            return(ret);
        }
Exemplo n.º 4
0
        public bool Output(FbxUserNotification.EOutputSource pOutSrc)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxUserNotification_Output__SWIG_2(swigCPtr, (int)pOutSrc);

            return(ret);
        }
Exemplo n.º 5
0
        public bool Output(FbxUserNotification.EOutputSource pOutSrc, int pIndex, bool pExtraDevicesOnly)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxUserNotification_Output__SWIG_0(swigCPtr, (int)pOutSrc, pIndex, pExtraDevicesOnly);

            return(ret);
        }
Exemplo n.º 6
0
 public FbxUserNotificationFilteredIterator(FbxUserNotification pAccumulator, int pFilterClass, FbxUserNotification.EOutputSource pSrc, bool pNoDetail) : this(FbxWrapperNativePINVOKE.new_FbxUserNotificationFilteredIterator__SWIG_0(FbxUserNotification.getCPtr(pAccumulator), pFilterClass, (int)pSrc, pNoDetail), true)
 {
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 7
0
        public bool Output(FbxUserNotification.EOutputSource pOutSrc, int pIndex)
        {
            bool ret = fbx_wrapperPINVOKE.FbxUserNotification_Output__SWIG_1(swigCPtr, (int)pOutSrc, pIndex);

            return(ret);
        }