C# Class bl_Hud, RoverGame

Inheritance: MonoBehaviour
Mostra file Open project: Stumpstump/RoverGame Class Usage Examples

Public Properties

Property Type Description
HudInfo bl_HudInfo,

Public Methods

Method Description
Hide ( ) : void

Show ( ) : void

Start ( ) : void

Instantiate a new Hud add hud to hud manager in start

Method Details

Hide() public method

public Hide ( ) : void
return void

Show() public method

public Show ( ) : void
return void

Start() public method

Instantiate a new Hud add hud to hud manager in start
public Start ( ) : void
return void

Property Details

HudInfo public_oe property

public bl_HudInfo, HudInfo
return bl_HudInfo,