C# Class EssenceShared.Entities.Enemies.Bosses.Cardinal

Inheritance: Enemy
ファイルを表示 Open project: Insality/essence-of-shadows Class Usage Examples

Public Methods

Method Description
Cardinal ( string id ) : System.Collections.Generic
OnEnter ( ) : void

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

Cardinal() public method

public Cardinal ( string id ) : System.Collections.Generic
id string
return System.Collections.Generic

Die() protected method

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

IdleAction() protected method

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

MoveToAttackAction() protected method

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

OnEnter() public method

public OnEnter ( ) : void
return void

TryAttackTarget() protected method

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