Enum DriveDirection
The drive direction (forwards or backwards)
Namespace: Anki.Vector
Assembly: Anki.Vector.dll
Syntax
public enum DriveDirection
Fields
Name | Description |
---|---|
Backwards | Move backwards movement |
Forwards | Move forwards movement |
None | No forward/backward movement |