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
LoadingScene
C# Class LoadingScene, DarkDreams
Inheritance:
MonoBehaviour
显示文件
Open project: technicalvgda/DarkDreams
Class Usage Examples
Public Properties
Property
Type
Description
blackTexture
Image,
fadeSpeed
float
Public Methods
Method
Description
ActivateScene
( ) :
void
Start
( ) :
void
Update
( ) :
void
Private Methods
Method
Description
LoadLevel
(
string
Level
) :
IEnumerator
Method Details
ActivateScene()
public
method
public
ActivateScene
( ) :
void
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
blackTexture
public_oe property
public
Image,
blackTexture
return
Image,
fadeSpeed
public_oe property
public
float
fadeSpeed
return
float