Enum ComponentConnectivityType ​
Namespace: ValveResourceFormat.IO.ContentFormats.HalfEdgeMesh
Assembly: ValveResourceFormat.dll
Shape a set of edges forms once their connections are followed.
csharp
public enum ComponentConnectivityTypeFields ​
None = 0
None of the edges in the set are connected to any other edges.
Mixed = 1
Some of the edges are connected but not all edges are connected to a single group.
List = 2
All of the edges are connected in a single list.
Loop = 3
All of the edges are connected in a single closed loop.
Tree = 4
All of the edges are connected in a single group, but there a branches in the connection.

