C# Class SpaceBattle.Component

Afficher le fichier Open project: luqui/space-shooter

Protected Properties

Свойство Type Description
self Enemy

Méthodes publiques

Méthode Description
Draw ( ) : void
Finish ( ) : void
Reassign ( Enemy newself ) : void
Start ( ) : void

Method Details

Draw() public abstract méthode

public abstract Draw ( ) : void
Résultat void

Finish() public méthode

public Finish ( ) : void
Résultat void

Reassign() public méthode

public Reassign ( Enemy newself ) : void
newself Enemy
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

self protected_oe property

protected Enemy self
Résultat Enemy