Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
AdapterPattern
EnemyRobot
C# Class AdapterPattern.EnemyRobot
This is the adaptee.
Mostrar archivo
Open project: marwie/Design-Patterns-in-Unity-Example
Class Usage Examples
Public Methods
Method
Description
ReactToHuman
(
string
driverName
) :
void
SmashWithHands
( ) :
void
WalkForward
( ) :
void
Method Details
ReactToHuman()
public
method
public
ReactToHuman
(
string
driverName
) :
void
driverName
string
return
void
SmashWithHands()
public
method
public
SmashWithHands
( ) :
void
return
void
WalkForward()
public
method
public
WalkForward
( ) :
void
return
void