@kayahr/ed-journal

    Interface Material

    A single material.

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

    Properties

    Count: number

    The material count.

    Name: string

    The material name.

    Name_Localised?: string

    The localised material name.

    MMNEPVFCICPMFPCPTTAAATR