Click or drag to resize
AB4D logo

ObjFileDataMaterialLibrary Property

Gets a dictionary of all the materials defined in the material library that is associated with this obj file.

Namespace: Ab3d.ObjFile
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public Dictionary<string, ObjMaterial> MaterialLibrary { get; }

Property Value

DictionaryString, ObjMaterial
See Also