Struct Vertex ​
Namespace: ValveResourceFormat.IO.ContentFormats.HalfEdgeMesh
Assembly: ValveResourceFormat.dll
Topology of one vertex.
csharp
public struct VertexProperties ​
Edge ​
Half edge emanating from the vertex.
csharp
public int Edge { readonly get; set; }Property Value ​
Invalid ​
A vertex that points at no edge.
csharp
public static Vertex Invalid { get; }
