@rbxts/a-plant-generator - v0.2.0
    Preparing search index...

    Interface MaterialGroup

    Contiguous triangle range sharing a material tag.

    interface MaterialGroup {
        tag: string;
        triangleCount: number;
        triangleStart: number;
    }
    Index
    tag: string
    triangleCount: number
    triangleStart: number