コード例 #1
0
ファイル: FbxCache.cs プロジェクト: yeluo-vinager/FbxWrapper
        public bool GetChannelSamplingType(int pChannelIndex, SWIGTYPE_p_FbxCache__EMCSamplingType pSamplingType)
        {
            bool ret = fbx_wrapperPINVOKE.FbxCache_GetChannelSamplingType__SWIG_1(swigCPtr, pChannelIndex, SWIGTYPE_p_FbxCache__EMCSamplingType.getCPtr(pSamplingType));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #2
0
        public bool GetChannelSamplingType(int pChannelIndex, SWIGTYPE_p_FbxCache__EMCSamplingType pSamplingType, FbxStatus pStatus)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxCache_GetChannelSamplingType__SWIG_0(swigCPtr, pChannelIndex, SWIGTYPE_p_FbxCache__EMCSamplingType.getCPtr(pSamplingType), FbxStatus.getCPtr(pStatus));

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