C# Class Pathfinding.PathThreadInfo

Exibir arquivo Open project: austinshenk/Binary Class Usage Examples

Public Properties

Property Type Description
astar AstarPath
runData Pathfinding.NodeRunData
threadIndex int

Public Methods

Method Description
PathThreadInfo ( int index, AstarPath astar, Pathfinding.NodeRunData runData ) : System.Collections

Method Details

PathThreadInfo() public method

public PathThreadInfo ( int index, AstarPath astar, Pathfinding.NodeRunData runData ) : System.Collections
index int
astar AstarPath
runData Pathfinding.NodeRunData
return System.Collections

Property Details

astar public_oe property

public AstarPath astar
return AstarPath

runData public_oe property

public NodeRunData,Pathfinding runData
return Pathfinding.NodeRunData

threadIndex public_oe property

public int threadIndex
return int