Class RobotObjectMovedEventArgs
Object moved event args
Namespace: Anki.Vector.Events
Assembly: Anki.Vector.dll
Syntax
public class RobotObjectMovedEventArgs : RobotObjectEventArgs
Properties
| Improve this Doc View SourceObjectId
Gets the object identifier.
public int ObjectId { get; }
Property Type
Int32 |
RobotTimestamp
Gets the robot timestamp of the event.
public uint RobotTimestamp { get; }
Property Type
UInt32 |