C# Class SubpathScript

Inheritance: MonoBehaviour
Mostra file Open project: mezosaurus/eae-project Class Usage Examples

Public Methods

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

Protected Methods

Method Description
getClosestPathPoint ( GameObject npc ) : GameObject

Method Details

getClosestPathPoint() protected abstract method

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

getNextPath() public abstract method

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