C# Class BuilderPattern.Robot

Inheritance: IRobotPlan
Afficher le fichier Open project: marwie/Design-Patterns-in-Unity-Example

Méthodes publiques

Méthode Description
SetRobotArms ( string arms ) : void
SetRobotHead ( string head ) : void
SetRobotLegs ( string legs ) : void
SetRobotTorso ( string torso ) : void
ToString ( ) : string

Method Details

SetRobotArms() public méthode

public SetRobotArms ( string arms ) : void
arms string
Résultat void

SetRobotHead() public méthode

public SetRobotHead ( string head ) : void
head string
Résultat void

SetRobotLegs() public méthode

public SetRobotLegs ( string legs ) : void
legs string
Résultat void

SetRobotTorso() public méthode

public SetRobotTorso ( string torso ) : void
torso string
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string