Interface Material

A single material.

interface Material {
    Count: number;
    Name: string;
    Name_Localised?: string;
}

Properties

Count: number

The material count.

Name: string

The material name.

Name_Localised?: string

The localised material name.