Vertex Viewer SDK
    Preparing search index...

    Interface IconPin

    interface IconPin {
        attributes?: BasePinAttributes;
        id: string;
        partId?: string;
        type: "icon";
        worldPosition: Vector3.Vector3;
    }

    Hierarchy

    • BasePin
      • IconPin
    Index

    Properties

    attributes?: BasePinAttributes
    id: string
    partId?: string
    type: "icon"
    worldPosition: Vector3.Vector3