.NET SDK Documentation

    Show / Hide Table of Contents

    Class CustomCubeArchetype

    Custom object cube definition

    Inheritance
    Object
    CustomObjectArchetype
    CustomCubeArchetype
    Inherited Members
    CustomObjectArchetype.CustomObjectType
    CustomObjectArchetype.MarkerWidthMm
    CustomObjectArchetype.MarkerHeightMm
    Namespace: Anki.Vector.Objects
    Assembly: Anki.Vector.dll
    Syntax
    public class CustomCubeArchetype : CustomObjectArchetype

    Properties

    | Improve this Doc View Source

    Marker

    Gets or sets the marker affixed to every side of the cube.

    public CustomObjectMarker Marker { get; set; }
    Property Type
    CustomObjectMarker
    | Improve this Doc View Source

    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 Source

    ToString()

    Converts to string.

    public override string ToString()
    Returns
    Type Description
    String

    A String that represents this instance.

    Overrides
    Object.ToString()

    See Also

    CustomObjectArchetype
    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2019 by Wayne Venables