示例#1
0
 public void SetMappingType(FbxTexture.EMappingType pMappingType)
 {
     NativeMethods.FbxTexture_SetMappingType(swigCPtr, (int)pMappingType);
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 public FbxTexture.EMappingType GetMappingType()
 {
     FbxTexture.EMappingType ret = (FbxTexture.EMappingType)NativeMethods.FbxTexture_GetMappingType(swigCPtr);
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
示例#3
0
 public FbxTexture.EMappingType GetMappingType()
 {
     FbxTexture.EMappingType ret = (FbxTexture.EMappingType)fbx_wrapperPINVOKE.FbxTexture_GetMappingType(swigCPtr);
     return(ret);
 }
示例#4
0
 public void SetMappingType(FbxTexture.EMappingType pMappingType)
 {
     fbx_wrapperPINVOKE.FbxTexture_SetMappingType(swigCPtr, (int)pMappingType);
 }
示例#5
0
 public FbxTexture.EMappingType GetMappingType()
 {
     FbxTexture.EMappingType ret = (FbxTexture.EMappingType)FbxWrapperNativePINVOKE.FbxTexture_GetMappingType(swigCPtr);
     return(ret);
 }
示例#6
0
 public void SetMappingType(FbxTexture.EMappingType pMappingType)
 {
     FbxWrapperNativePINVOKE.FbxTexture_SetMappingType(swigCPtr, (int)pMappingType);
 }