Click or drag to resize
AB4D logo

MultiMapMaterialTextureMaps Property

Gets a list of TextureMapInfo object that defines texture maps that should be rendered with this material.

Namespace: Ab3d.DirectX.Materials
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public List<TextureMapInfo> TextureMaps { get; }

Property Value

ListTextureMapInfo

Implements

IMultiMapMaterialTextureMaps
See Also