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

    Interface TurtleCommandContext

    Mutable command context passed to custom turtle extensions.

    interface TurtleCommandContext {
        index: number;
        symbol: ModuleSymbol;
        getFrame(): Frame3;
        getPosition(): Vec3;
        getWidth(): number;
        setFrame(frame: Frame3): void;
        setPosition(position: Vec3): void;
        setWidth(width: number): void;
    }
    Index
    index: number
    symbol: ModuleSymbol
    • Replaces the current nonnegative branch width.

      Parameters

      • width: number

      Returns void