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

    Interface TurtleCommand

    Consumer-defined symbol command.

    interface TurtleCommand {
        symbol: SymbolId;
        execute(context: TurtleCommandContext, sink: GeometrySink): void;
    }
    Index
    symbol: SymbolId