Class CustomObjectArchetype
Abstract base class for all custom object definition types
Namespace: Anki.Vector.Objects
Assembly: Anki.Vector.dll
Syntax
public abstract class CustomObjectArchetype
Properties
| Improve this Doc View SourceCustomObjectType
Gets the type of the custom object.
public CustomObjectType CustomObjectType { get; }
Property Type
CustomObjectType |
MarkerHeightMm
Gets or sets the height of the printed marker (in millimeters).
public float MarkerHeightMm { get; set; }
Property Type
Single |
MarkerWidthMm
Gets or sets the width of the printed marker (in millimeters).
public float MarkerWidthMm { get; set; }
Property Type
Single |