Beispiel #1
0
 public void SetAlphaSource(FbxTexture.EAlphaSource pAlphaSource)
 {
     NativeMethods.FbxTexture_SetAlphaSource(swigCPtr, (int)pAlphaSource);
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 public FbxTexture.EAlphaSource GetAlphaSource()
 {
     FbxTexture.EAlphaSource ret = (FbxTexture.EAlphaSource)NativeMethods.FbxTexture_GetAlphaSource(swigCPtr);
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
Beispiel #3
0
 public FbxTexture.EAlphaSource GetAlphaSource()
 {
     FbxTexture.EAlphaSource ret = (FbxTexture.EAlphaSource)fbx_wrapperPINVOKE.FbxTexture_GetAlphaSource(swigCPtr);
     return(ret);
 }
Beispiel #4
0
 public void SetAlphaSource(FbxTexture.EAlphaSource pAlphaSource)
 {
     fbx_wrapperPINVOKE.FbxTexture_SetAlphaSource(swigCPtr, (int)pAlphaSource);
 }
Beispiel #5
0
 public FbxTexture.EAlphaSource GetAlphaSource()
 {
     FbxTexture.EAlphaSource ret = (FbxTexture.EAlphaSource)FbxWrapperNativePINVOKE.FbxTexture_GetAlphaSource(swigCPtr);
     return(ret);
 }
Beispiel #6
0
 public void SetAlphaSource(FbxTexture.EAlphaSource pAlphaSource)
 {
     FbxWrapperNativePINVOKE.FbxTexture_SetAlphaSource(swigCPtr, (int)pAlphaSource);
 }