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

    Interface BranchNode

    Point shared by one or more branch segments.

    interface BranchNode {
        birthTime: number;
        deathTime?: number;
        id: number;
        incomingSegmentId?: number;
        outgoingSegmentIds: readonly number[];
        position: Vec3;
    }
    Index
    birthTime: number
    deathTime?: number
    id: number
    incomingSegmentId?: number
    outgoingSegmentIds: readonly number[]
    position: Vec3