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

    Interface CellVertexExperimental

    Vertex in an experimental map L-system.

    interface CellVertex {
        attributes: StructuredParameter;
        id: number;
        position: Vec3;
    }
    Index
    id: number
    position: Vec3