Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
DayNightController
C# Class DayNightController, The-next-step
Inheritance:
MonoBehaviour
Exibir arquivo
Open project: esther5576/The-next-step
Class Usage Examples
Public Properties
Property
Type
Description
_HudstatsRight
GameObject
_PointLightNight
GameObject
_days
int
_sandEffect
GameObject
secondsInFullDay
float
sun
Light
Public Methods
Method
Description
Start
( ) :
void
Update
( ) :
void
UpdateSun
( ) :
void
Method Details
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
UpdateSun()
public
method
public
UpdateSun
( ) :
void
return
void
Property Details
_HudstatsRight
public_oe property
public
GameObject
_HudstatsRight
return
GameObject
_PointLightNight
public_oe property
public
GameObject
_PointLightNight
return
GameObject
_days
public_oe property
public
int
_days
return
int
_sandEffect
public_oe property
public
GameObject
_sandEffect
return
GameObject
secondsInFullDay
public_oe property
public
float
secondsInFullDay
return
float
sun
public_oe property
public
Light
sun
return
Light