コード例 #1
0
 public void SetCode(FbxStatus.EStatusCode rhs, string pErrorMsg)
 {
     NativeMethods.FbxStatus_SetCode__SWIG_1(swigCPtr, (int)rhs, pErrorMsg);
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public FbxStatus.EStatusCode GetCode()
 {
     FbxStatus.EStatusCode ret = (FbxStatus.EStatusCode)NativeMethods.FbxStatus_GetCode(swigCPtr);
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
コード例 #3
0
ファイル: FbxStatus.cs プロジェクト: zwiglm/NeoAxisEngine
        public bool eq(FbxStatus.EStatusCode pCode)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxStatus_eq__SWIG_1(swigCPtr, (int)pCode);

            return(ret);
        }
コード例 #4
0
ファイル: FbxStatus.cs プロジェクト: zwiglm/NeoAxisEngine
 public FbxStatus(FbxStatus.EStatusCode pCode) : this(FbxWrapperNativePINVOKE.new_FbxStatus__SWIG_1((int)pCode), true)
 {
 }
コード例 #5
0
ファイル: FbxStatus.cs プロジェクト: zwiglm/NeoAxisEngine
 public void SetCode(FbxStatus.EStatusCode rhs, string pErrorMsg)
 {
     FbxWrapperNativePINVOKE.FbxStatus_SetCode__SWIG_1(swigCPtr, (int)rhs, pErrorMsg);
 }
コード例 #6
0
ファイル: FbxStatus.cs プロジェクト: zwiglm/NeoAxisEngine
 public void SetCode(FbxStatus.EStatusCode rhs)
 {
     FbxWrapperNativePINVOKE.FbxStatus_SetCode__SWIG_0(swigCPtr, (int)rhs);
 }
コード例 #7
0
ファイル: FbxStatus.cs プロジェクト: zwiglm/NeoAxisEngine
 public FbxStatus.EStatusCode GetCode()
 {
     FbxStatus.EStatusCode ret = (FbxStatus.EStatusCode)FbxWrapperNativePINVOKE.FbxStatus_GetCode(swigCPtr);
     return(ret);
 }
コード例 #8
0
ファイル: FbxStatus.cs プロジェクト: zwiglm/NeoAxisEngine
        public bool ne(FbxStatus.EStatusCode rhs)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxStatus_ne__SWIG_1(swigCPtr, (int)rhs);

            return(ret);
        }
コード例 #9
0
 public FbxStatus(FbxStatus.EStatusCode pCode) : this(NativeMethods.new_FbxStatus__SWIG_1((int)pCode), true)
 {
 }
コード例 #10
0
ファイル: FbxStatus.cs プロジェクト: yeluo-vinager/FbxWrapper
 public FbxStatus(FbxStatus.EStatusCode pCode) : this(fbx_wrapperPINVOKE.new_FbxStatus__SWIG_1((int)pCode), true)
 {
 }
コード例 #11
0
ファイル: FbxStatus.cs プロジェクト: yeluo-vinager/FbxWrapper
 public void SetCode(FbxStatus.EStatusCode rhs)
 {
     fbx_wrapperPINVOKE.FbxStatus_SetCode__SWIG_0(swigCPtr, (int)rhs);
 }
コード例 #12
0
ファイル: FbxStatus.cs プロジェクト: yeluo-vinager/FbxWrapper
 public FbxStatus.EStatusCode GetCode()
 {
     FbxStatus.EStatusCode ret = (FbxStatus.EStatusCode)fbx_wrapperPINVOKE.FbxStatus_GetCode(swigCPtr);
     return(ret);
 }