Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
CommandDesign
TurnTVOn
C# Class CommandDesign.TurnTVOn
Inheritance:
ICommand
Datei anzeigen
Open project: marwie/Design-Patterns-in-Unity-Example
Class Usage Examples
Public Methods
Method
Description
Execute
( ) :
void
TurnTVOn
(
IElectronicDevice
device
) :
System.Collections
Undo
( ) :
void
Method Details
Execute()
public
method
public
Execute
( ) :
void
return
void
TurnTVOn()
public
method
public
TurnTVOn
(
IElectronicDevice
device
) :
System.Collections
device
IElectronicDevice
return
System.Collections
Undo()
public
method
public
Undo
( ) :
void
return
void