Esempio n. 1
0
 public virtual void AddDependents(SWIGTYPE_p_FbxMapT_FbxObject_p_FbxCloneManager__CloneSetElement_FbxLessCompareT_FbxObject_p_t_FbxBaseAllocator_t pSet, FbxObject pObject, FbxCloneManager.CloneSetElement pCloneOptions)
 {
     fbx_wrapperPINVOKE.FbxCloneManager_AddDependents__SWIG_2(swigCPtr, SWIGTYPE_p_FbxMapT_FbxObject_p_FbxCloneManager__CloneSetElement_FbxLessCompareT_FbxObject_p_t_FbxBaseAllocator_t.getCPtr(pSet), FbxObject.getCPtr(pObject), FbxCloneManager.CloneSetElement.getCPtr(pCloneOptions));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 public virtual void AddDependents(SWIGTYPE_p_FbxMapT_FbxObject_p_FbxCloneManager__CloneSetElement_FbxLessCompareT_FbxObject_p_t_FbxBaseAllocator_t pSet, FbxObject pObject, FbxCloneManager.CloneSetElement pCloneOptions, FbxCriteria pTypes, int pDepth)
 {
     FbxWrapperNativePINVOKE.FbxCloneManager_AddDependents__SWIG_0(swigCPtr, SWIGTYPE_p_FbxMapT_FbxObject_p_FbxCloneManager__CloneSetElement_FbxLessCompareT_FbxObject_p_t_FbxBaseAllocator_t.getCPtr(pSet), FbxObject.getCPtr(pObject), FbxCloneManager.CloneSetElement.getCPtr(pCloneOptions), FbxCriteria.getCPtr(pTypes), pDepth);
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }