C# Class Path.Connection

Afficher le fichier Open project: juliancruz87/madbricks Class Usage Examples

Méthodes publiques

Méthode Description
Connection ( Node fromNode, Node toNode, float weight )
Contains ( Node node ) : bool

Method Details

Connection() public méthode

public Connection ( Node fromNode, Node toNode, float weight )
fromNode Node
toNode Node
weight float

Contains() public méthode

public Contains ( Node node ) : bool
node Node
Résultat bool