Gets the Dictionary that can be used to access all the materials defined in 3ds by their name.
Namespace:
Ab3dAssembly: Ab3d.Reader3ds (in Ab3d.Reader3ds)
Version: 4.2.0.0 (4.2.0.0)
Syntax
| C# |
|---|
public Dictionary<string, Material> Materials { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Materials As Dictionary(Of String, Material) |
| Visual C++ |
|---|
public: property Dictionary<String^, Material^>^ Materials { Dictionary<String^, Material^>^ get (); } |