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
LayerManager
C# Class LayerManager, World-of-Carbon
Inheritance:
MonoBehaviour
Show file
Open project: kenfehling/World-of-Carbon
Class Usage Examples
Public Properties
Property
Type
Description
DebugControls
bool
layers
GameObject[]
lnum
uint
Public Methods
Method
Description
GetCurrentLayer
( ) :
uint
Start
( ) :
void
SwitchLayer
(
uint
nextLayer
) :
void
Update
( ) :
void
Method Details
GetCurrentLayer()
public
method
public
GetCurrentLayer
( ) :
uint
return
uint
Start()
public
method
public
Start
( ) :
void
return
void
SwitchLayer()
public
method
public
SwitchLayer
(
uint
nextLayer
) :
void
nextLayer
uint
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
DebugControls
public property
public
bool
DebugControls
return
bool
layers
public property
public
GameObject[]
layers
return
GameObject[]
lnum
public property
public
uint
lnum
return
uint