Enum UpAxis
The up access of the object
Namespace: Anki.Vector.Objects
Assembly: Anki.Vector.dll
Syntax
public enum UpAxis
Fields
Name | Description |
---|---|
InvalidAxis | Invalid axis |
XNegative | Negative X axis is up |
XPositive | Positive X axis is up |
YNegative | Negative Y axis is up |
YPositive | Positive X axis is up |
ZNegative | Negative Z axis up |
ZPositive | Positive Z axis up |