コード例 #1
0
 public FbxAccumulatorEntry(FbxAccumulatorEntry.EClass pAEClass, FbxString pName, FbxString pDescr) : this(fbx_wrapperPINVOKE.new_FbxAccumulatorEntry__SWIG_2((int)pAEClass, FbxString.getCPtr(pName), FbxString.getCPtr(pDescr)), true)
 {
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public FbxAccumulatorEntry(FbxAccumulatorEntry.EClass pAEClass, FbxString pName, FbxString pDescr, FbxString pDetail) : this(FbxWrapperNativePINVOKE.new_FbxAccumulatorEntry__SWIG_1((int)pAEClass, FbxString.getCPtr(pName), FbxString.getCPtr(pDescr), FbxString.getCPtr(pDetail)), true)
 {
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #3
0
        public int AddEntry(int pID, FbxString pName, FbxString pDescr, FbxAccumulatorEntry.EClass pClass)
        {
            int ret = FbxWrapperNativePINVOKE.FbxUserNotification_AddEntry__SWIG_0(swigCPtr, pID, FbxString.getCPtr(pName), FbxString.getCPtr(pDescr), (int)pClass);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #4
0
        public bool Output(FbxString pName, FbxString pDescr, FbxAccumulatorEntry.EClass pClass)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxUserNotification_Output__SWIG_5(swigCPtr, FbxString.getCPtr(pName), FbxString.getCPtr(pDescr), (int)pClass);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #5
0
        public bool Output(FbxString pName, FbxString pDescr, FbxAccumulatorEntry.EClass pClass, bool pExtraDevicesOnly)
        {
            bool ret = fbx_wrapperPINVOKE.FbxUserNotification_Output__SWIG_4(swigCPtr, FbxString.getCPtr(pName), FbxString.getCPtr(pDescr), (int)pClass, pExtraDevicesOnly);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #6
0
 public FbxAccumulatorEntry.EClass GetClass()
 {
     FbxAccumulatorEntry.EClass ret = (FbxAccumulatorEntry.EClass)fbx_wrapperPINVOKE.FbxAccumulatorEntry_GetClass(swigCPtr);
     return(ret);
 }
コード例 #7
0
 public FbxAccumulatorEntry.EClass GetClass()
 {
     FbxAccumulatorEntry.EClass ret = (FbxAccumulatorEntry.EClass)FbxWrapperNativePINVOKE.FbxAccumulatorEntry_GetClass(swigCPtr);
     return(ret);
 }