public void SetBlendMode(FbxLayerElementTexture.EBlendMode pBlendMode)
 {
     FbxWrapperNativePINVOKE.FbxLayerElementTexture_SetBlendMode(swigCPtr, (int)pBlendMode);
 }
 public FbxLayerElementTexture.EBlendMode GetBlendMode()
 {
     FbxLayerElementTexture.EBlendMode ret = (FbxLayerElementTexture.EBlendMode)FbxWrapperNativePINVOKE.FbxLayerElementTexture_GetBlendMode(swigCPtr);
     return(ret);
 }
Esempio n. 3
0
 public void SetBlendMode(FbxLayerElementTexture.EBlendMode pBlendMode)
 {
     fbx_wrapperPINVOKE.FbxLayerElementTexture_SetBlendMode(swigCPtr, (int)pBlendMode);
 }