Class StimulationInfoEventArgs
Vector stimulation info event args
Namespace: Anki.Vector.Events
Assembly: Anki.Vector.dll
Syntax
[Serializable]
public class StimulationInfoEventArgs : RobotEventArgs
Properties
| Improve this Doc View SourceAcceleration
Gets the acceleration per second squared.
public float Acceleration { get; }
Property Type
Single |
EmotionEvents
Gets the emotion events.
public IReadOnlyList<string> EmotionEvents { get; }
Property Type
IReadOnlyList<String> |
MaxValue
Gets the maximum value.
public float MaxValue { get; }
Property Type
Single |
MinValue
Gets the minimum value.
public float MinValue { get; }
Property Type
Single |
Value
Gets the stimulation value.
public float Value { get; }
Property Type
Single |
ValueBeforeEvent
Gets the stimulation value before event. Matches value if there were no events.
public float ValueBeforeEvent { get; }
Property Type
Single |
Velocity
Gets the velocity per second
public float Velocity { get; }
Property Type
Single |