C# Class CommandDesign.TurnItAllOff

Inheritance: ICommand
Show file Open project: marwie/Design-Patterns-in-Unity-Example Class Usage Examples

Public Methods

Method Description
Execute ( ) : void
TurnItAllOff ( List devices ) : System.Collections
Undo ( ) : void

Method Details

Execute() public method

public Execute ( ) : void
return void

TurnItAllOff() public method

public TurnItAllOff ( List devices ) : System.Collections
devices List
return System.Collections

Undo() public method

public Undo ( ) : void
return void