C# Class SpaceBattle.MineDamage

Inheritance: DamageComponent
Afficher le fichier Open project: luqui/space-shooter

Méthodes publiques

Méthode Description
Clone ( ) : DamageComponent
Die ( ) : void
Draw ( ) : void
OnHit ( Actor other ) : void
Start ( ) : void

Method Details

Clone() public méthode

public Clone ( ) : DamageComponent
Résultat DamageComponent

Die() public méthode

public Die ( ) : void
Résultat void

Draw() public méthode

public Draw ( ) : void
Résultat void

OnHit() public méthode

public OnHit ( Actor other ) : void
other Actor
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void