Class StimulationInfo
Vector stimulation info
Namespace: Anki.Vector
Assembly: Anki.Vector.dll
Syntax
public class StimulationInfo
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 |
Methods
| Improve this Doc View SourceToString()
Converts to string.
public override string ToString()
Returns
Type | Description |
---|---|
String | A String that represents this instance. |