Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
MainThreadDispatcher
C# Class MainThreadDispatcher, code
Inheritance:
MonoBehaviour
Exibir arquivo
Open project: shendongnian/code
Class Usage Examples
Public Methods
Method
Description
ExecuteInUpdate
(
Action,
action
) :
void
Private Methods
Method
Description
Awake
( ) :
void
Initialize
( ) :
void
Update
( ) :
void
Method Details
ExecuteInUpdate()
public
static
method
public
static
ExecuteInUpdate
(
Action,
action
) :
void
action
Action,
return
void