Class RobotObjectUpAxisChangedEventArgs
Object up axis changed event args
Namespace: Anki.Vector.Events
Assembly: Anki.Vector.dll
Syntax
public class RobotObjectUpAxisChangedEventArgs : 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 |
UpAxis
Gets the up axis.
public UpAxis UpAxis { get; }
Property Type
UpAxis |