C# Class TutorialScareNPCController

Inheritance: AIController
Mostra file Open project: mezosaurus/eae-project

Public Methods

Method Description
Start ( ) : void

Protected Methods

Method Description
GameUpdate ( ) : void
alert ( ) : void
getNextPath ( ) : GameObject
lure ( Vector3 lurePosition ) : void
panic ( ) : 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

lure() protected method

protected lure ( Vector3 lurePosition ) : void
lurePosition Vector3
return void

panic() protected method

protected panic ( ) : void
return void