Class ObjectUpAxisChangedEventArgs
Object up axis changed event args
Namespace: Anki.Vector.Events
Assembly: Anki.Vector.dll
Syntax
public class ObjectUpAxisChangedEventArgs : ObjectEventArgs
Properties
| Improve this Doc View SourceRobotTimestamp
Gets the robot timestamp of the event
public uint RobotTimestamp { get; }
Property Type
| Improve this Doc View SourceUpAxis
Gets up axis.
public UpAxis UpAxis { get; }