.NET SDK Documentation

    Show / Hide Table of Contents

    Class LatestAttentionTransfer

    Vector attention transfer info event args

    Inheritance
    Object
    LatestAttentionTransfer
    Namespace: Anki.Vector.Types
    Assembly: Anki.Vector.dll
    Syntax
    public class LatestAttentionTransfer

    Properties

    | Improve this Doc View Source

    Reason

    Gets the reason that the attention was changed.

    public AttentionTransferReason Reason { get; }
    Property Type
    AttentionTransferReason
    | Improve this Doc View Source

    SecondsAgo

    Gets how long ago the attention was changed.

    public float SecondsAgo { get; }
    Property Type
    Single

    Methods

    | Improve this Doc View Source

    ToString()

    Converts to string.

    public override string ToString()
    Returns
    Type Description
    String

    A String that represents this instance.

    Overrides
    Object.ToString()
    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2019 by Wayne Venables