Enumeration StepType

The different types of steps the turtle is making.

Enumeration Members

Clear: 9
Forward: 0
Goto: 10
Hide: 4
Left: 1
PenDown: 7
PenUp: 6
Reset: 8
Right: 2
SetAngle: 3
SetColor: 11
SetDelay: 14
SetLineCap: 15
SetShape: 13
SetWidth: 12
Show: 5

Generated using TypeDoc