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

    Interface InflorescenceAttachment

    Flower or branch attachment in an inflorescence.

    interface InflorescenceAttachment {
        birthTime: number;
        id: number;
        kind: "flower" | "pedicel" | "branch";
        maturationDuration: number;
        terminal: boolean;
        transform: Transform3;
    }
    Index
    birthTime: number
    id: number
    kind: "flower" | "pedicel" | "branch"
    maturationDuration: number
    terminal: boolean
    transform: Transform3