Vertex Viewer SDK
    Preparing search index...

    Interface TextPin

    interface TextPin {
        attributes?: BasePinAttributes;
        id: string;
        label: PinLabel;
        partId?: string;
        type: "text";
        worldPosition: Vector3.Vector3;
    }

    Hierarchy

    • BasePin
      • TextPin
    Index
    attributes?: BasePinAttributes
    id: string
    label: PinLabel
    partId?: string
    type: "text"
    worldPosition: Vector3.Vector3