C# Class RTSEngine.Algorithms.PathQuery

Afficher le fichier Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Méthodes publiques

Свойство Type Description
FOWIndex int
waypoints List

Méthodes publiques

Méthode Description
PathQuery ( Vector2 s, Vector2 e, int fowI ) : System

Method Details

PathQuery() public méthode

public PathQuery ( Vector2 s, Vector2 e, int fowI ) : System
s Vector2
e Vector2
fowI int
Résultat System

Property Details

FOWIndex public_oe property

public int FOWIndex
Résultat int

waypoints public_oe property

public List waypoints
Résultat List