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
BlackScreen
C# Class BlackScreen, dreams
Black screen.
Inheritance:
MonoBehaviour
显示文件
Open project: mprofGamesDev-Dreams/dreams
Class Usage Examples
Public Properties
Property
Type
Description
fadeInSpeed
float
fadeOutSpeed
float
flashRequested
bool
toBlack
bool
Public Methods
Method
Description
Awake
( ) :
void
FadeToBlack
( ) :
void
FadeToClear
( ) :
void
RequestFlash
( ) :
void
Update
( ) :
void
Method Details
Awake()
public
method
public
Awake
( ) :
void
return
void
FadeToBlack()
public
method
public
FadeToBlack
( ) :
void
return
void
FadeToClear()
public
method
public
FadeToClear
( ) :
void
return
void
RequestFlash()
public
method
public
RequestFlash
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
fadeInSpeed
public_oe property
public
float
fadeInSpeed
return
float
fadeOutSpeed
public_oe property
public
float
fadeOutSpeed
return
float
flashRequested
public_oe property
public
bool
flashRequested
return
bool
toBlack
public_oe property
public
bool
toBlack
return
bool