Struct Face ​
Namespace: ValveResourceFormat.IO.ContentFormats.HalfEdgeMesh
Assembly: ValveResourceFormat.dll
Topology of one face.
csharp
public struct FaceProperties ​
Edge ​
One of the edges opposite to the face.
csharp
public int Edge { readonly get; set; }Property Value ​
Invalid ​
A face that points at no edge.
csharp
public static Face Invalid { get; }
