C# Class Dwarrowdelf.AStarNode

Inheritance: IOpenListNode
Afficher le fichier Open project: tomba/dwarrowdelf Class Usage Examples

Méthodes publiques

Свойство Type Description
Parent AStarNode

Méthodes publiques

Méthode Description
AStarNode ( IntVector3 l, AStarNode parent ) : System

Method Details

AStarNode() public méthode

public AStarNode ( IntVector3 l, AStarNode parent ) : System
l IntVector3
parent AStarNode
Résultat System

Property Details

Parent public_oe property

public AStarNode,Dwarrowdelf Parent
Résultat AStarNode