C# Class Sol.BatteryIconManager

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: Stumpstump/RoverGame

Méthodes publiques

Свойство Type Description
batteryFill UnityEngine.UI.Image
playerStats PlayerStats
timeOfDay TimeOfDay

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

Property Details

batteryFill public_oe property

public Image,UnityEngine.UI batteryFill
Résultat UnityEngine.UI.Image

playerStats public_oe property

public PlayerStats,Sol playerStats
Résultat PlayerStats

timeOfDay public_oe property

public TimeOfDay timeOfDay
Résultat TimeOfDay