C# Class AbstractFactory.EnemyShip

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

Méthodes publiques

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

Protected Properties

Свойство Type Description
engine IESEngine
weapon IESWeapon

Méthodes publiques

Méthode Description
DisplayShip ( ) : void
FollowHeroShip ( ) : void
MakeShip ( ) : void
Shoot ( ) : void
ToString ( ) : string

Method Details

DisplayShip() public méthode

public DisplayShip ( ) : void
Résultat void

FollowHeroShip() public méthode

public FollowHeroShip ( ) : void
Résultat void

MakeShip() public abstract méthode

public abstract MakeShip ( ) : void
Résultat void

Shoot() public méthode

public Shoot ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

engine protected_oe property

protected IESEngine engine
Résultat IESEngine

name public_oe property

public string name
Résultat string

weapon protected_oe property

protected IESWeapon weapon
Résultat IESWeapon