|
MultiMapMaterialRemoveTextureMap(IMultiMapMaterial, TextureMapTypes) Method |
Removes all TextureMapInfo structs with the specified mapType from the TextureMaps
Namespace: Ab3d.DirectX.MaterialsAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public static bool RemoveTextureMap(
IMultiMapMaterial multiMapMaterial,
TextureMapTypes mapType
)
Parameters
- multiMapMaterial IMultiMapMaterial
- IMultiMapMaterial
- mapType TextureMapTypes
- TextureMapTypes
Return Value
Booleantrue is any TextureMapInfo was removed
See Also