C# Class VoidLib.Navigation.Pathfinding.PathNode

Afficher le fichier Open project: andrewmunro/Void Class Usage Examples

Méthodes publiques

Свойство Type Description
f float
parentNode PathNode
traversable bool

Méthodes publiques

Méthode Description
getConnections ( ) : List

Method Details

getConnections() public méthode

public getConnections ( ) : List
Résultat List

Property Details

f public_oe property

public float f
Résultat float

parentNode public_oe property

public PathNode,VoidLib.Navigation.Pathfinding parentNode
Résultat PathNode

traversable public_oe property

public bool traversable
Résultat bool