C# Class CellPathfinder, DoomRoom

Mostra file Open project: EddieCameron/DoomRoom Class Usage Examples

Public Methods

Method Description
PathTo ( Vector3 fromPoint, Vector3 toPoint ) : Vector3[]

Private Methods

Method Description
ClearBetween ( Vector3 fromPoint, Vector3 toPoint ) : bool
HeuristicDist ( Cell, fromCell, Cell, toCell ) : float
SmoothPath ( List path ) : List
WalkPath ( Cell>.Dictionary cameFrom, Cell, curNode ) : List

Method Details

PathTo() public static method

public static PathTo ( Vector3 fromPoint, Vector3 toPoint ) : Vector3[]
fromPoint Vector3
toPoint Vector3
return Vector3[]