Пример #1
0
        public bool GetChannelDataType(int pChannelIndex, SWIGTYPE_p_FbxCache__EMCDataType pChannelType)
        {
            bool ret = fbx_wrapperPINVOKE.FbxCache_GetChannelDataType__SWIG_1(swigCPtr, pChannelIndex, SWIGTYPE_p_FbxCache__EMCDataType.getCPtr(pChannelType));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #2
0
        public bool GetChannelDataType(int pChannelIndex, SWIGTYPE_p_FbxCache__EMCDataType pChannelType, FbxStatus pStatus)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxCache_GetChannelDataType__SWIG_0(swigCPtr, pChannelIndex, SWIGTYPE_p_FbxCache__EMCDataType.getCPtr(pChannelType), FbxStatus.getCPtr(pStatus));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_FbxCache__EMCDataType obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }