C# Class RTSEngine.Algorithms.PathQuery

Show file Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Public Properties

Property Type Description
FOWIndex int
waypoints List

Public Methods

Method Description
PathQuery ( Vector2 s, Vector2 e, int fowI ) : System

Method Details

PathQuery() public method

public PathQuery ( Vector2 s, Vector2 e, int fowI ) : System
s Vector2
e Vector2
fowI int
return System

Property Details

FOWIndex public property

public int FOWIndex
return int

waypoints public property

public List waypoints
return List