Interface IAnimation
Interface for animation and animation triggers
Namespace: Anki.Vector.Types
Assembly: Anki.Vector.dll
Syntax
public interface IAnimation
Properties
| Improve this Doc View SourceFriendlyName
Gets the friendly name of the animation or trigger
string FriendlyName { get; }
Property Type
String |
Name
Gets the name of the animation or trigger
string Name { get; }
Property Type
String |