C# Class Sol.Hud

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

Méthodes publiques

Свойство Type Description
healthBar Slider
player PlayerStats
root UnityEngine.GameObject
roverComponents List
showComponentFade float
showComponentWait float

Méthodes publiques

Méthode Description
Close ( ) : void
Open ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Open() public méthode

public Open ( ) : void
Résultat void

Property Details

healthBar public_oe property

public Slider healthBar
Résultat Slider

player public_oe property

public PlayerStats,Sol player
Résultat PlayerStats

root public_oe property

public GameObject,UnityEngine root
Résultat UnityEngine.GameObject

roverComponents public_oe property

public List roverComponents
Résultat List

showComponentFade public_oe property

public float showComponentFade
Résultat float

showComponentWait public_oe property

public float showComponentWait
Résultat float