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

    Interface PlantAxis

    Axis classification in a plant topology.

    interface PlantAxis {
        id: number;
        order: number;
        parentAxisId?: number;
        segmentIds: readonly number[];
    }
    Index
    id: number
    order: number
    parentAxisId?: number
    segmentIds: readonly number[]