C# Class GameScreen, letterals

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

Méthodes publiques

Свойство Type Description
SessionHealthPercentageColor Color
SessionHealthPercentageLineColor Color

Méthodes publiques

Méthode Description
GameScreen ( WordOptions, difficulty ) : System.Collections.Generic
OnGUI ( ) : void

Private Methods

Méthode Description
resetSession ( ) : void
resetWord ( ) : void
showScoreSprite ( ) : void

Method Details

GameScreen() public méthode

public GameScreen ( WordOptions, difficulty ) : System.Collections.Generic
difficulty WordOptions,
Résultat System.Collections.Generic

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Property Details

SessionHealthPercentageColor public_oe static_oe property

public static Color SessionHealthPercentageColor
Résultat Color

SessionHealthPercentageLineColor public_oe static_oe property

public static Color SessionHealthPercentageLineColor
Résultat Color