Beispiel #1
0
 public void SetBlendMode(FbxTexture.EBlendMode pBlendMode)
 {
     NativeMethods.FbxTexture_SetBlendMode(swigCPtr, (int)pBlendMode);
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 public FbxTexture.EBlendMode GetBlendMode()
 {
     FbxTexture.EBlendMode ret = (FbxTexture.EBlendMode)NativeMethods.FbxTexture_GetBlendMode(swigCPtr);
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
 public FbxTexture.EBlendMode EvaluateValue(FbxTime pTime, bool pForceEval)
 {
     FbxTexture.EBlendMode ret = (FbxTexture.EBlendMode)NativeMethods.FbxPropertyEBlendMode_EvaluateValue__SWIG_0(swigCPtr, FbxTime.getCPtr(pTime), pForceEval);
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
 public FbxTexture.EBlendMode EvaluateValue()
 {
     FbxTexture.EBlendMode ret = (FbxTexture.EBlendMode)NativeMethods.FbxPropertyEBlendMode_EvaluateValue__SWIG_2(swigCPtr);
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
        public FbxPropertyEBlendMode Set(FbxTexture.EBlendMode pValue)
        {
            FbxPropertyEBlendMode ret = new FbxPropertyEBlendMode(NativeMethods.FbxPropertyEBlendMode_Set(swigCPtr, (int)pValue), false);

            if (NativeMethods.SWIGPendingException.Pending)
            {
                throw NativeMethods.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #6
0
 public FbxTexture.EBlendMode GetBlendMode()
 {
     FbxTexture.EBlendMode ret = (FbxTexture.EBlendMode)fbx_wrapperPINVOKE.FbxTexture_GetBlendMode(swigCPtr);
     return(ret);
 }
Beispiel #7
0
 public void SetBlendMode(FbxTexture.EBlendMode pBlendMode)
 {
     fbx_wrapperPINVOKE.FbxTexture_SetBlendMode(swigCPtr, (int)pBlendMode);
 }
Beispiel #8
0
 public FbxTexture.EBlendMode GetBlendMode()
 {
     FbxTexture.EBlendMode ret = (FbxTexture.EBlendMode)FbxWrapperNativePINVOKE.FbxTexture_GetBlendMode(swigCPtr);
     return(ret);
 }
Beispiel #9
0
 public void SetBlendMode(FbxTexture.EBlendMode pBlendMode)
 {
     FbxWrapperNativePINVOKE.FbxTexture_SetBlendMode(swigCPtr, (int)pBlendMode);
 }