C# Class SubpathMazeScript

Inheritance: SubpathScript
Exibir arquivo Open project: mezosaurus/eae-project

Public Properties

Property Type Description
nodes GameObject[]

Public Methods

Method Description
getNextPath ( GameObject currentPath, GameObject npc ) : GameObject

Protected Methods

Method Description
getClosestPathPoint ( GameObject npc ) : GameObject

Method Details

getClosestPathPoint() protected method

protected getClosestPathPoint ( GameObject npc ) : GameObject
npc GameObject
return GameObject

getNextPath() public method

public getNextPath ( GameObject currentPath, GameObject npc ) : GameObject
currentPath GameObject
npc GameObject
return GameObject

Property Details

nodes public_oe property

public GameObject[] nodes
return GameObject[]