예제 #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
        public bool eq(FbxStatus.EStatusCode pCode)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxStatus_eq__SWIG_1(swigCPtr, (int)pCode);

            return(ret);
        }
예제 #4
0
 public FbxStatus(FbxStatus.EStatusCode pCode) : this(FbxWrapperNativePINVOKE.new_FbxStatus__SWIG_1((int)pCode), true)
 {
 }
예제 #5
0
 public void SetCode(FbxStatus.EStatusCode rhs, string pErrorMsg)
 {
     FbxWrapperNativePINVOKE.FbxStatus_SetCode__SWIG_1(swigCPtr, (int)rhs, pErrorMsg);
 }
예제 #6
0
 public void SetCode(FbxStatus.EStatusCode rhs)
 {
     FbxWrapperNativePINVOKE.FbxStatus_SetCode__SWIG_0(swigCPtr, (int)rhs);
 }
예제 #7
0
 public FbxStatus.EStatusCode GetCode()
 {
     FbxStatus.EStatusCode ret = (FbxStatus.EStatusCode)FbxWrapperNativePINVOKE.FbxStatus_GetCode(swigCPtr);
     return(ret);
 }
예제 #8
0
        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
 public FbxStatus(FbxStatus.EStatusCode pCode) : this(fbx_wrapperPINVOKE.new_FbxStatus__SWIG_1((int)pCode), true)
 {
 }
예제 #11
0
 public void SetCode(FbxStatus.EStatusCode rhs)
 {
     fbx_wrapperPINVOKE.FbxStatus_SetCode__SWIG_0(swigCPtr, (int)rhs);
 }
예제 #12
0
 public FbxStatus.EStatusCode GetCode()
 {
     FbxStatus.EStatusCode ret = (FbxStatus.EStatusCode)fbx_wrapperPINVOKE.FbxStatus_GetCode(swigCPtr);
     return(ret);
 }