Class ObjectFinishedMovingEventArgs
Object stopped moving event args
Namespace: Anki.Vector.Events
Assembly: Anki.Vector.dll
Syntax
public class ObjectFinishedMovingEventArgs : ObjectEventArgs
Properties
| Improve this Doc View SourceMoveDuration
Gets the duration of the move.
public TimeSpan MoveDuration { get; }
Property Type
TimeSpan |
RobotTimestamp
Gets the robot timestamp of the event
public uint RobotTimestamp { get; }
Property Type
UInt32 |