Class CustomCubeArchetype
Custom object cube definition
Inherited Members
Namespace: Anki.Vector.Objects
Assembly: Anki.Vector.dll
Syntax
public class CustomCubeArchetype : CustomObjectArchetype
Properties
| Improve this Doc View SourceMarker
Gets or sets the marker affixed to every side of the cube.
public CustomObjectMarker Marker { get; set; }
Property Type
CustomObjectMarker |
SizeMm
Gets or sets the size of each side of the cube (in millimeters).
public float SizeMm { get; set; }
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. |