Class MaterialDocument

Namespace
Elegy.Common.Assets
Assembly
Elegy.Common.dll

Elegy material document.

public class MaterialDocument
Inheritance
MaterialDocument
Inherited Members

Constructors

MaterialDocument(string)

Parses a material document from given text, loaded from a file or generated elsewhere.

public MaterialDocument(string content)

Parameters

content string

Properties

Materials

The materials defined in this document.

public List<MaterialDefinition> Materials { get; }

Property Value

List<MaterialDefinition>