C# Class AlienFSM, AwesomeGameInSpace

Inheritance: BaseFSM
Exibir arquivo Open project: ZPZ-Gr2/AwesomeGameInSpace

Protected Methods

Method Description
Look ( ) : void
UpdateAttack ( ) : void
UpdateChase ( ) : void
UpdateSubObjective ( ) : void

Private Methods

Method Description
FixedUpdate ( ) : void
Start ( ) : void
atkAction1 ( ) : IEnumerator
atkAction2 ( ) : IEnumerator
retreat ( ) : IEnumerator

Method Details

Look() protected method

protected Look ( ) : void
return void

UpdateAttack() protected method

protected UpdateAttack ( ) : void
return void

UpdateChase() protected method

protected UpdateChase ( ) : void
return void

UpdateSubObjective() protected method

protected UpdateSubObjective ( ) : void
return void