Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
LevelLoad
C# Class LevelLoad, 2DPlatformer
Inheritance:
MonoBehaviour
Show file
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 static property
public
static
string
levelName
return
string
levelNum
public static property
public
static
int
levelNum
return
int
stringUse
public static property
public
static
bool
stringUse
return
bool