C# Class ConnectionPointInfo, sharpneat-refactor

For tracking connection points on nodes when drawing backwards directed connections, i.e. when the connection target node is vertically higher than the source node.
Afficher le fichier Open project: colgreen/sharpneat-refactor Class Usage Examples

Méthodes publiques

Свойство Type Description
LowerLeft int
LowerRight int
UpperLeft int
UpperRight int

Property Details

LowerLeft public_oe property

Running connection count for bottom left of node.
public int LowerLeft
Résultat int

LowerRight public_oe property

Running connection count for bottom right of node.
public int LowerRight
Résultat int

UpperLeft public_oe property

Running connection count for top left of node.
public int UpperLeft
Résultat int

UpperRight public_oe property

Running connection count for top right of node.
public int UpperRight
Résultat int