C# Class DayNightController, The-next-step

Inheritance: MonoBehaviour
Afficher le fichier Open project: esther5576/The-next-step Class Usage Examples

Méthodes publiques

Свойство Type Description
_HudstatsRight GameObject
_PointLightNight GameObject
_days int
_sandEffect GameObject
secondsInFullDay float
sun Light

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
UpdateSun ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

UpdateSun() public méthode

public UpdateSun ( ) : void
Résultat void

Property Details

_HudstatsRight public_oe property

public GameObject _HudstatsRight
Résultat GameObject

_PointLightNight public_oe property

public GameObject _PointLightNight
Résultat GameObject

_days public_oe property

public int _days
Résultat int

_sandEffect public_oe property

public GameObject _sandEffect
Résultat GameObject

secondsInFullDay public_oe property

public float secondsInFullDay
Résultat float

sun public_oe property

public Light sun
Résultat Light