C# Class TutorialLureNPCController

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

Public Methods

Method Description
Start ( ) : void

Protected Methods

Method Description
GameUpdate ( ) : void
alert ( ) : void
getNextPath ( ) : GameObject
panic ( ) : void
scare ( Vector3 scaredPosition ) : void

Method Details

GameUpdate() protected method

protected GameUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

alert() protected method

protected alert ( ) : void
return void

getNextPath() protected method

protected getNextPath ( ) : GameObject
return GameObject

panic() protected method

protected panic ( ) : void
return void

scare() protected method

protected scare ( Vector3 scaredPosition ) : void
scaredPosition Vector3
return void