C# Class TutorialScareNPCController

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

Méthodes publiques

Méthode Description
Start ( ) : void

Méthodes protégées

Méthode Description
GameUpdate ( ) : void
alert ( ) : void
getNextPath ( ) : GameObject
lure ( Vector3 lurePosition ) : void
panic ( ) : void

Method Details

GameUpdate() protected méthode

protected GameUpdate ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

alert() protected méthode

protected alert ( ) : void
Résultat void

getNextPath() protected méthode

protected getNextPath ( ) : GameObject
Résultat GameObject

lure() protected méthode

protected lure ( Vector3 lurePosition ) : void
lurePosition Vector3
Résultat void

panic() protected méthode

protected panic ( ) : void
Résultat void