Class AnimationTrigger
Animation trigger that can be played by the robot.
Implements
Namespace: Anki.Vector.Types
Assembly: Anki.Vector.dll
Syntax
public class AnimationTrigger : IAnimation
Properties
| Improve this Doc View SourceFriendlyName
Gets the friendly name of the animation trigger
public string FriendlyName { get; }
Property Type
String |
Name
Gets the name of the animation trigger
public string Name { get; }
Property Type
String |