IMeshBuilder1.Materials

IMeshBuilder<TMaterial>.Materials property

Gets a collection of materials used by this mesh.

public IEnumerable<TMaterial> Materials { get; }

Remarks

The materials are taken directly from the Primitives.

See Also