예제 #1
0
        private string GetTimeStringNoOptionalArgs(FbxTime.EElement pStart, FbxTime.EElement pEnd, FbxTime.EMode pTimeMode, FbxTime.EProtocol pTimeFormat)
        {
            string ret = NativeMethods.FbxTime_GetTimeStringNoOptionalArgs(swigCPtr, (int)pStart, (int)pEnd, (int)pTimeMode, (int)pTimeFormat);

            if (NativeMethods.SWIGPendingException.Pending)
            {
                throw NativeMethods.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
예제 #2
0
        public FbxString GetTimeString(FbxTime.EElement pStart)
        {
            FbxString ret = new FbxString(FbxWrapperNativePINVOKE.FbxTime_GetTimeString__SWIG_7(swigCPtr, (int)pStart), true);

            return(ret);
        }
예제 #3
0
        public FbxString GetTimeString(FbxTime.EElement pStart, FbxTime.EElement pEnd, FbxTime.EMode pTimeMode)
        {
            FbxString ret = new FbxString(FbxWrapperNativePINVOKE.FbxTime_GetTimeString__SWIG_5(swigCPtr, (int)pStart, (int)pEnd, (int)pTimeMode), true);

            return(ret);
        }
예제 #4
0
        public FbxString GetTimeString(FbxTime.EElement pStart, FbxTime.EElement pEnd)
        {
            FbxString ret = new FbxString(fbx_wrapperPINVOKE.FbxTime_GetTimeString__SWIG_6(swigCPtr, (int)pStart, (int)pEnd), true);

            return(ret);
        }
예제 #5
0
        public FbxString GetTimeString(FbxTime.EElement pStart, FbxTime.EElement pEnd, FbxTime.EMode pTimeMode, FbxTime.EProtocol pTimeFormat)
        {
            FbxString ret = new FbxString(fbx_wrapperPINVOKE.FbxTime_GetTimeString__SWIG_4(swigCPtr, (int)pStart, (int)pEnd, (int)pTimeMode, (int)pTimeFormat), true);

            return(ret);
        }