C# Class AlienController, AwesomeGameInSpace

Inheritance: MonoBehaviour
Mostrar archivo Open project: ZPZ-Gr2/AwesomeGameInSpace Class Usage Examples

Public Methods

Method Description
AttackFast ( float alien ) : void
AttackStrong ( float alien ) : void
Dodge ( ) : void

Private Methods

Method Description
Attack ( float cooldown, float multiplier ) : void
Awake ( ) : void
DodgeBack ( ) : void
dodging ( bool dir ) : IEnumerator

Method Details

AttackFast() public method

public AttackFast ( float alien ) : void
alien float
return void

AttackStrong() public method

public AttackStrong ( float alien ) : void
alien float
return void

Dodge() public method

public Dodge ( ) : void
return void