Click or drag to resize
AB4D logo

MultiMapMaterialRemoveTextureMap(IMultiMapMaterial, TextureMapTypes) Method

Removes all TextureMapInfo structs with the specified mapType from the TextureMaps

Namespace: Ab3d.DirectX.Materials
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public static bool RemoveTextureMap(
	IMultiMapMaterial multiMapMaterial,
	TextureMapTypes mapType
)

Parameters

multiMapMaterial  IMultiMapMaterial
IMultiMapMaterial
mapType  TextureMapTypes
TextureMapTypes

Return Value

Boolean
true is any TextureMapInfo was removed
See Also