C# Class FactoryDesign.EnemyShip

Afficher le fichier Open project: marwie/Design-Patterns-in-Unity-Example Class Usage Examples

Méthodes publiques

Свойство Type Description
damage double
name string

Méthodes publiques

Méthode Description
displayEnemyShip ( ) : void
enemyShipShoots ( ) : void
followHeroShip ( ) : void

Method Details

displayEnemyShip() public méthode

public displayEnemyShip ( ) : void
Résultat void

enemyShipShoots() public méthode

public enemyShipShoots ( ) : void
Résultat void

followHeroShip() public méthode

public followHeroShip ( ) : void
Résultat void

Property Details

damage public_oe property

public double damage
Résultat double

name public_oe property

public string name
Résultat string