Class AttentionTransferEventArgs
Vector attention transfer info event args
Namespace: Anki.Vector.Events
Assembly: Anki.Vector.dll
Syntax
[Serializable]
public class AttentionTransferEventArgs : RobotEventArgs
Properties
| Improve this Doc View SourceReason
Gets the reason that the attention was changed.
public AttentionTransferReason Reason { get; }
Property Type
Anki.Vector.ExternalInterface.AttentionTransferReason |
SecondsAgo
Gets how long ago the attention was changed.
public float SecondsAgo { get; }
Property Type
Single |