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

    Interface BranchGraph

    Complete renderer-independent plant topology.

    interface BranchGraph {
        attachments: readonly OrganAttachment[];
        axes: readonly PlantAxis[];
        bounds: Bounds3;
        buds: readonly Bud[];
        nodes: readonly BranchNode[];
        segments: readonly BranchSegment[];
    }
    Index
    attachments: readonly OrganAttachment[]
    axes: readonly PlantAxis[]
    bounds: Bounds3
    buds: readonly Bud[]
    nodes: readonly BranchNode[]
    segments: readonly BranchSegment[]