Class RobotChangedObservedFaceIdEventArgs
Robot changed observed face id event args
Namespace: Anki.Vector.Events
Assembly: Anki.Vector.dll
Syntax
public class RobotChangedObservedFaceIdEventArgs : RobotEventArgs
Properties
| Improve this Doc View SourceNewId
Gets the new face identifier.
public int NewId { get; }
Property Type
Int32 |
OldId
Gets the old face identifier.
public int OldId { get; }
Property Type
Int32 |