Class ModelTileConnectivityCalculator.ConnectiveEdges
This class contains the edges on a module's face.
Inheritance
System.Object
ModelTileConnectivityCalculator.ConnectiveEdges
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: CarbideFunction.Wildtile.Editor
Syntax
public class ConnectiveEdges
Fields
edges
Declaration
public List<Edge> edges
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<Edge> |