コード例 #1
0
 public void FillPoseArray(SWIGTYPE_p_FbxArrayT_FbxPose_p_t pPoseArray)
 {
     FbxWrapperNativePINVOKE.FbxScene_FillPoseArray(swigCPtr, SWIGTYPE_p_FbxArrayT_FbxPose_p_t.getCPtr(pPoseArray));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
ファイル: FbxPose.cs プロジェクト: zwiglm/NeoAxisEngine
        public static bool GetRestPoseContaining(FbxScene pScene, FbxNode pNode, SWIGTYPE_p_FbxArrayT_FbxPose_p_t pPoseList, FbxArrayInt pIndex)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxPose_GetRestPoseContaining__SWIG_1(FbxScene.getCPtr(pScene), FbxNode.getCPtr(pNode), SWIGTYPE_p_FbxArrayT_FbxPose_p_t.getCPtr(pPoseList), FbxArrayInt.getCPtr(pIndex));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #3
0
ファイル: FbxPose.cs プロジェクト: yeluo-vinager/FbxWrapper
        public static bool GetRestPoseContaining(FbxManager pManager, FbxNode pNode, SWIGTYPE_p_FbxArrayT_FbxPose_p_t pPoseList, SWIGTYPE_p_FbxArrayT_int_t pIndex)
        {
            bool ret = fbx_wrapperPINVOKE.FbxPose_GetRestPoseContaining__SWIG_0(FbxManager.getCPtr(pManager), FbxNode.getCPtr(pNode), SWIGTYPE_p_FbxArrayT_FbxPose_p_t.getCPtr(pPoseList), SWIGTYPE_p_FbxArrayT_int_t.getCPtr(pIndex));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_FbxArrayT_FbxPose_p_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }