Exemplo n.º 1
0
        public virtual bool GetFrameRate(SWIGTYPE_p_FbxTime__EMode pTimeMode)
        {
            bool ret = fbx_wrapperPINVOKE.FbxReader_GetFrameRate(swigCPtr, SWIGTYPE_p_FbxTime__EMode.getCPtr(pTimeMode));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 2
0
        public bool GetFrameRate(SWIGTYPE_p_FbxTime__EMode pTimeMode)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxImporter_GetFrameRate(swigCPtr, SWIGTYPE_p_FbxTime__EMode.getCPtr(pTimeMode));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }