@wendylabsinc/react-three-mesh-editor - v0.0.1
    Preparing search index...

    Interface EdgeData

    Represents an edge connecting two vertices.

    interface EdgeData {
        index: number;
        selected: boolean;
        vertexIndices: [number, number];
    }
    Index

    Properties

    index: number

    Unique index of this edge

    selected: boolean

    Whether this edge is currently selected

    vertexIndices: [number, number]

    Indices of the two vertices that form this edge