C# Class BuilderPattern.Robot

Inheritance: IRobotPlan
Show file Open project: marwie/Design-Patterns-in-Unity-Example

Public Methods

Method Description
SetRobotArms ( string arms ) : void
SetRobotHead ( string head ) : void
SetRobotLegs ( string legs ) : void
SetRobotTorso ( string torso ) : void
ToString ( ) : string

Method Details

SetRobotArms() public method

public SetRobotArms ( string arms ) : void
arms string
return void

SetRobotHead() public method

public SetRobotHead ( string head ) : void
head string
return void

SetRobotLegs() public method

public SetRobotLegs ( string legs ) : void
legs string
return void

SetRobotTorso() public method

public SetRobotTorso ( string torso ) : void
torso string
return void

ToString() public method

public ToString ( ) : string
return string