コード例 #1
0
        public bool ne(FbxDateTime pRHS)
        {
            bool ret = fbx_wrapperPINVOKE.FbxDateTime_ne(swigCPtr, FbxDateTime.getCPtr(pRHS));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #2
0
ファイル: FbxDateTime.cs プロジェクト: zwiglm/NeoAxisEngine
        public bool eq(FbxDateTime pRHS)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxDateTime_eq(swigCPtr, FbxDateTime.getCPtr(pRHS));

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

            return(ret);
        }
コード例 #5
0
ファイル: FbxDateTime.cs プロジェクト: zwiglm/NeoAxisEngine
        public static FbxDateTime currentDateTimeGMT()
        {
            FbxDateTime ret = new FbxDateTime(FbxWrapperNativePINVOKE.FbxDateTime_currentDateTimeGMT(), true);

            return(ret);
        }