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

    Type Alias BuiltInGrowthKind

    BuiltInGrowthKind:
        | "constant"
        | "linear"
        | "inverse-linear"
        | "smoothstep"
        | "smootherstep"
        | "exponential"
        | "ease-in"
        | "ease-out"
        | "ease-in-out"
        | "logistic"

    Built-in growth function identifier.