Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
LevelLoad
C# Class LevelLoad, 2DPlatformer
Inheritance:
MonoBehaviour
Mostrar archivo
Open project: MarbleGameDev/2DPlatformer
Class Usage Examples
Public Properties
Property
Type
Description
levelName
string
levelNum
int
stringUse
bool
Public Methods
Method
Description
LoadLevel
(
int
num
) :
void
LoadScene
(
int
num
) :
void
Private Methods
Method
Description
Load
( ) :
void
Start
( ) :
void
Method Details
LoadLevel()
public
method
public
LoadLevel
(
int
num
) :
void
num
int
return
void
LoadScene()
public
method
public
LoadScene
(
int
num
) :
void
num
int
return
void
Property Details
levelName
public_oe static_oe property
public
static
string
levelName
return
string
levelNum
public_oe static_oe property
public
static
int
levelNum
return
int
stringUse
public_oe static_oe property
public
static
bool
stringUse
return
bool