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
LevelTextController
C# Class LevelTextController, entitas-2d-roguelike
Inheritance:
MonoBehaviour
显示文件
Open project: JamesMcMahon/entitas-2d-roguelike
Public Properties
Property
Type
Description
displayDelay
float
hideDelay
float
levelText
Text
Public Methods
Method
Description
Awake
( ) :
void
GameOver
( ) :
void
HideLevelImage
( ) :
void
ShowLevelImage
( ) :
void
Method Details
Awake()
public
method
public
Awake
( ) :
void
return
void
GameOver()
public
method
public
GameOver
( ) :
void
return
void
HideLevelImage()
public
method
public
HideLevelImage
( ) :
void
return
void
ShowLevelImage()
public
method
public
ShowLevelImage
( ) :
void
return
void
Property Details
displayDelay
public_oe property
public
float
displayDelay
return
float
hideDelay
public_oe property
public
float
hideDelay
return
float
levelText
public_oe property
public
Text
levelText
return
Text