C# Class Pathfinding.GridNodeBase

Inheritance: GraphNode
ファイルを表示 Open project: Alx666/ProjectPhoenix Class Usage Examples

Protected Properties

Property Type Description
nodeInGridIndex int

Protected Methods

Method Description
GridNodeBase ( AstarPath astar ) : System.Collections.Generic

Method Details

GridNodeBase() protected method

protected GridNodeBase ( AstarPath astar ) : System.Collections.Generic
astar AstarPath
return System.Collections.Generic

Property Details

nodeInGridIndex protected_oe property

protected int nodeInGridIndex
return int