C# Class Pathfinding.PathThreadInfo

Show file 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 property

public AstarPath astar
return AstarPath

runData public property

public NodeRunData,Pathfinding runData
return Pathfinding.NodeRunData

threadIndex public property

public int threadIndex
return int