C# Class Pathfinding.PathNode

Exibir arquivo Open project: Alx666/ProjectPhoenix Class Usage Examples

Public Properties

Property Type Description
node GraphNode
parent PathNode
pathID ushort

Property Details

node public_oe property

public GraphNode,Pathfinding node
return GraphNode

parent public_oe property

public PathNode,Pathfinding parent
return PathNode

pathID public_oe property

public ushort pathID
return ushort