.NET SDK Documentation

    Show / Hide Table of Contents

    Class StimulationInfoEventArgs

    Vector stimulation info event args

    Inheritance
    Object
    EventArgs
    RobotEventArgs
    StimulationInfoEventArgs
    Inherited Members
    RobotEventArgs.EventType
    EventArgs.Empty
    Namespace: Anki.Vector.Events
    Assembly: Anki.Vector.dll
    Syntax
    [Serializable]
    public class StimulationInfoEventArgs : RobotEventArgs

    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
    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2019 by Wayne Venables