.NET SDK Documentation

    Show / Hide Table of Contents

    Class StimulationInfo

    Vector stimulation info

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

    Properties

    | Improve this Doc View Source

    Acceleration

    Gets the acceleration per second squared.

    public float Acceleration { get; }
    Property Type
    Single
    | Improve this Doc View Source

    EmotionEvents

    Gets the emotion events.

    public IReadOnlyList<string> EmotionEvents { get; }
    Property Type
    IReadOnlyList<String>
    | Improve this Doc View Source

    MaxValue

    Gets the maximum value.

    public float MaxValue { get; }
    Property Type
    Single
    | Improve this Doc View Source

    MinValue

    Gets the minimum value.

    public float MinValue { get; }
    Property Type
    Single
    | Improve this Doc View Source

    Value

    Gets the stimulation value.

    public float Value { get; }
    Property Type
    Single
    | Improve this Doc View Source

    ValueBeforeEvent

    Gets the stimulation value before event. Matches value if there were no events.

    public float ValueBeforeEvent { get; }
    Property Type
    Single
    | Improve this Doc View Source

    Velocity

    Gets the velocity per second

    public float Velocity { 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