C# Class EssenceShared.Entities.Enemies.MeleeEnemy

Inheritance: Enemy
Mostra file Open project: Insality/essence-of-shadows Class Usage Examples

Public Methods

Method Description
MeleeEnemy ( string url, string id ) : System.Collections.Generic

Protected Methods

Method Description
Die ( float dt ) : void
IdleAction ( float dt ) : void
MoveToAttackAction ( float dt ) : void
TryAttackTarget ( float dt ) : void

Private Methods

Method Description
SpawnProjectileToTarget ( ) : void

Method Details

Die() protected method

protected Die ( float dt ) : void
dt float
return void

IdleAction() protected method

protected IdleAction ( float dt ) : void
dt float
return void

MeleeEnemy() public method

public MeleeEnemy ( string url, string id ) : System.Collections.Generic
url string
id string
return System.Collections.Generic

MoveToAttackAction() protected method

protected MoveToAttackAction ( float dt ) : void
dt float
return void

TryAttackTarget() protected method

protected TryAttackTarget ( float dt ) : void
dt float
return void