C# Class CommandDesign.TurnItAllOff

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

Méthodes publiques

Méthode Description
Execute ( ) : void
TurnItAllOff ( List devices ) : System.Collections
Undo ( ) : void

Method Details

Execute() public méthode

public Execute ( ) : void
Résultat void

TurnItAllOff() public méthode

public TurnItAllOff ( List devices ) : System.Collections
devices List
Résultat System.Collections

Undo() public méthode

public Undo ( ) : void
Résultat void