Class CustomObject
An object defined by the SDK observed by the robot. The object will reference a CustomObjectArchetype, with additional instance data.
Implements
Inherited Members
Namespace: Anki.Vector.Objects
Assembly: Anki.Vector.dll
Syntax
public class CustomObject : ObjectWithId, INotifyPropertyChanged
Properties
| Improve this Doc View SourceArchetype
Gets the archetype defining this custom object's properties.
public CustomObjectArchetype Archetype { get; }
Property Type
CustomObjectArchetype |
ObjectTypeName
Gets the name of the object type.
public override string ObjectTypeName { get; }
Property Type
String |