C# Class SubpathNormalScript

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

Méthodes publiques

Свойство Type Description
paths 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

paths public_oe property

public GameObject[] paths
Résultat GameObject[]