Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Afterglow
Input
ButtonAction
Do
Afterglow.Input.ButtonAction.Do C# (CSharp) Method
ButtonAction Class Documentation
Mostra file
Open project: Christof/afterglow
Do()
public
method
Sets the given action to be executed if the button is down or was pressed.
public
Do
(
System.Action
action
) :
void
action
System.Action
The action.
return
void
public void Do(Action action) { mAction = action; }
ButtonAction
ButtonAction
Do
ExecuteAction
IsDown
WasPressed
WasReleased