C# Class FactoryDesign.EnemyShip

Datei anzeigen Open project: marwie/Design-Patterns-in-Unity-Example Class Usage Examples

Public Properties

Property Type Description
damage double
name string

Public Methods

Method Description
displayEnemyShip ( ) : void
enemyShipShoots ( ) : void
followHeroShip ( ) : void

Method Details

displayEnemyShip() public method

public displayEnemyShip ( ) : void
return void

enemyShipShoots() public method

public enemyShipShoots ( ) : void
return void

followHeroShip() public method

public followHeroShip ( ) : void
return void

Property Details

damage public_oe property

public double damage
return double

name public_oe property

public string name
return string