C# Class Sol.Hud

Inheritance: UnityEngine.MonoBehaviour
Exibir arquivo Open project: Stumpstump/RoverGame

Public Properties

Property Type Description
healthBar Slider
player PlayerStats
root UnityEngine.GameObject
roverComponents List
showComponentFade float
showComponentWait float

Public Methods

Method Description
Close ( ) : void
Open ( ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Open() public method

public Open ( ) : void
return void

Property Details

healthBar public_oe property

public Slider healthBar
return Slider

player public_oe property

public PlayerStats,Sol player
return PlayerStats

root public_oe property

public GameObject,UnityEngine root
return UnityEngine.GameObject

roverComponents public_oe property

public List roverComponents
return List

showComponentFade public_oe property

public float showComponentFade
return float

showComponentWait public_oe property

public float showComponentWait
return float