Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
CommandDesign
DeviceButton
C# Class CommandDesign.DeviceButton
Show file
Open project: marwie/Design-Patterns-in-Unity-Example
Class Usage Examples
Public Methods
Method
Description
DeviceButton
(
ICommand
cmd
) :
System.Collections
Press
( ) :
void
PressUndo
( ) :
void
Method Details
DeviceButton()
public
method
public
DeviceButton
(
ICommand
cmd
) :
System.Collections
cmd
ICommand
return
System.Collections
Press()
public
method
public
Press
( ) :
void
return
void
PressUndo()
public
method
public
PressUndo
( ) :
void
return
void