C# Class SubpathScript

Inheritance: MonoBehaviour
Afficher le fichier Open project: mezosaurus/eae-project Class Usage Examples

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 abstract méthode

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

getNextPath() public abstract méthode

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