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

    Interface StructuralGrowthSchedule

    Precomputed, renderer-neutral timing for branch segments and their organs.

    interface StructuralGrowthSchedule {
        organSpans: readonly StructuralGrowthSpan[];
        segmentSpans: readonly StructuralGrowthSpan[];
        structuralFinish: number;
    }
    Index
    organSpans: readonly StructuralGrowthSpan[]
    segmentSpans: readonly StructuralGrowthSpan[]
    structuralFinish: number