Vertex Viewer SDK
    Preparing search index...

    Interface LineOverlay

    A Disposable represents a type with a dispose method that when called releases any resources associated to the object.

    interface LineOverlay {
        end: Vector3.Vector3;
        id: string;
        start: Vector3.Vector3;
        type: "line";
        dispose(): void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    id: string
    type: "line"

    Methods

    • Disposes any resources associated with the object.

      Returns void