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
PlayerActions
C# Class PlayerActions, hexciter
Inheritance:
InControl.PlayerActionSet
Mostrar archivo
Open project: pR0Ps/hexciter
Class Usage Examples
Public Methods
Method
Description
Deselect
( ) :
void
Destroy
( ) :
void
DownAction
(
GridPlace,
gp
) :
void
Flood
( ) :
void
UpAction
( ) :
void
Update
( ) :
void
Private Methods
Method
Description
Awake
( ) :
void
Start
( ) :
void
validPlace
(
GridPlace
gp
) :
bool
Method Details
Deselect()
public
method
public
Deselect
( ) :
void
return
void
Destroy()
public
method
public
Destroy
( ) :
void
return
void
DownAction()
public
method
public
DownAction
(
GridPlace,
gp
) :
void
gp
GridPlace,
return
void
Flood()
public
method
public
Flood
( ) :
void
return
void
UpAction()
public
method
public
UpAction
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void