Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
GameUIController
C# Class GameUIController, unity-demo-shooting-gallery
Inheritance:
MonoBehaviour
显示文件
Open project: colyseus/unity-demo-shooting-gallery
Class Usage Examples
Public Methods
Method
Description
AllowExit
(
bool
allowed
) :
void
ButtonOnExit
( ) :
void
ButtonOnReady
( ) :
void
UpdatePlayerReadiness
(
bool
showButton
) :
void
Method Details
AllowExit()
public
method
public
AllowExit
(
bool
allowed
) :
void
allowed
bool
return
void
ButtonOnExit()
public
method
public
ButtonOnExit
( ) :
void
return
void
ButtonOnReady()
public
method
public
ButtonOnReady
( ) :
void
return
void
UpdatePlayerReadiness()
public
method
public
UpdatePlayerReadiness
(
bool
showButton
) :
void
showButton
bool
return
void