C# Class SubpathMazeScript

Inheritance: SubpathScript
Afficher le fichier Open project: mezosaurus/eae-project

Méthodes publiques

Свойство Type Description
nodes GameObject[]

Méthodes publiques

Méthode Description
getNextPath ( GameObject currentPath, GameObject npc ) : GameObject

Méthodes protégées

Méthode Description
getClosestPathPoint ( GameObject npc ) : GameObject

Method Details

getClosestPathPoint() protected méthode

protected getClosestPathPoint ( GameObject npc ) : GameObject
npc GameObject
Résultat GameObject

getNextPath() public méthode

public getNextPath ( GameObject currentPath, GameObject npc ) : GameObject
currentPath GameObject
npc GameObject
Résultat GameObject

Property Details

nodes public_oe property

public GameObject[] nodes
Résultat GameObject[]