Class LatestAttentionTransfer
Vector attention transfer info event args
Namespace: Anki.Vector.Types
Assembly: Anki.Vector.dll
Syntax
public class LatestAttentionTransfer
Properties
| Improve this Doc View SourceReason
Gets the reason that the attention was changed.
public AttentionTransferReason Reason { get; }
Property Type
AttentionTransferReason |
SecondsAgo
Gets how long ago the attention was changed.
public float SecondsAgo { get; }
Property Type
Single |
Methods
| Improve this Doc View SourceToString()
Converts to string.
public override string ToString()
Returns
Type | Description |
---|---|
String | A String that represents this instance. |