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
GM
C# Class GM, Gadgets
Inheritance:
MonoBehaviour
Mostrar archivo
Open project: RITGameDev/Gadgets
Class Usage Examples
Public Properties
Property
Type
Description
levelTime
float
timeMet
Slider
Public Methods
Method
Description
Awake
( ) :
void
NextLvl
( ) :
void
Sprinkle
( ) :
void
Update
( ) :
void
diceRoll
( ) :
void
Method Details
Awake()
public
method
public
Awake
( ) :
void
return
void
NextLvl()
public
method
public
NextLvl
( ) :
void
return
void
Sprinkle()
public
method
public
Sprinkle
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
diceRoll()
public
method
public
diceRoll
( ) :
void
return
void
Property Details
levelTime
public_oe property
public
float
levelTime
return
float
timeMet
public_oe property
public
Slider
timeMet
return
Slider