C# Class Pathfinding.PathUtilities

Afficher le fichier Open project: henryj41043/TheUnseen

Méthodes publiques

Méthode Description
GetPointsAroundPoint ( Vector3 p, IRaycastableGraph g, List previousPoints, float radius, float clearanceRadius ) : void
GetPointsOnNodes ( List nodes, int count, float clearanceRadius ) : List
IsPathPossible ( List nodes ) : bool

Method Details

GetPointsAroundPoint() public static méthode

public static GetPointsAroundPoint ( Vector3 p, IRaycastableGraph g, List previousPoints, float radius, float clearanceRadius ) : void
p UnityEngine.Vector3
g IRaycastableGraph
previousPoints List
radius float
clearanceRadius float
Résultat void

GetPointsOnNodes() public static méthode

public static GetPointsOnNodes ( List nodes, int count, float clearanceRadius ) : List
nodes List
count int
clearanceRadius float
Résultat List

IsPathPossible() public static méthode

public static IsPathPossible ( List nodes ) : bool
nodes List
Résultat bool