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

    Interface GeometryConfiguration

    Serializable branch geometry controls.

    interface GeometryConfiguration {
        capBranches?: boolean;
        enabled?: boolean;
        factoryId?: string;
        junctionMode?: JunctionMode;
        radialResolution?: number;
    }
    Index
    capBranches?: boolean
    enabled?: boolean
    factoryId?: string
    junctionMode?: JunctionMode
    radialResolution?: number