Represents a unique vertex in the mesh geometry. Vertices at the same position are deduplicated and share the same VertexData.
Unique index of this vertex in the deduplicated vertex array
Optional
Original buffer attribute indices that map to this unique vertex position
3D position as [x, y, z] tuple
Whether this vertex is currently selected
Represents a unique vertex in the mesh geometry. Vertices at the same position are deduplicated and share the same VertexData.