C# Class GameScreen, letterals

Represents a UI screen in the game (like the Level Pack Selection screen).
Inheritance: MonoBehaviour
Exibir arquivo Open project: RossAllenBell/letterals Class Usage Examples

Public Properties

Property Type Description
SessionHealthPercentageColor Color
SessionHealthPercentageLineColor Color

Public Methods

Method Description
GameScreen ( WordOptions, difficulty ) : System.Collections.Generic
OnGUI ( ) : void

Private Methods

Method Description
resetSession ( ) : void
resetWord ( ) : void
showScoreSprite ( ) : void

Method Details

GameScreen() public method

public GameScreen ( WordOptions, difficulty ) : System.Collections.Generic
difficulty WordOptions,
return System.Collections.Generic

OnGUI() public method

public OnGUI ( ) : void
return void

Property Details

SessionHealthPercentageColor public_oe static_oe property

public static Color SessionHealthPercentageColor
return Color

SessionHealthPercentageLineColor public_oe static_oe property

public static Color SessionHealthPercentageLineColor
return Color