Пример #1
0
 public void ExtractSceneObjects(FbxNode pRootNode, FbxObjectsContainer.EDepth pDepth, SWIGTYPE_p_FbxArrayT_FbxNodeAttribute__EType_t pFilters)
 {
     FbxWrapperNativePINVOKE.FbxObjectsContainer_ExtractSceneObjects__SWIG_1(swigCPtr, FbxNode.getCPtr(pRootNode), (int)pDepth, SWIGTYPE_p_FbxArrayT_FbxNodeAttribute__EType_t.getCPtr(pFilters));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
 public void ExtractSceneObjects(FbxScene pScene, FbxObjectsContainer.EDepth pDepth, SWIGTYPE_p_FbxArrayT_FbxNodeAttribute__EType_t pFilters)
 {
     fbx_wrapperPINVOKE.FbxObjectsContainer_ExtractSceneObjects__SWIG_0(swigCPtr, FbxScene.getCPtr(pScene), (int)pDepth, SWIGTYPE_p_FbxArrayT_FbxNodeAttribute__EType_t.getCPtr(pFilters));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_FbxArrayT_FbxNodeAttribute__EType_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }