C# Class SunsetHigh.LocationNamePanel

Inheritance: TextPanel
Afficher le fichier Open project: ErraticUnicorn/MOSH

Méthodes publiques

Méthode Description
reset ( ) : void
setMessage ( string message ) : void
showNewLocation ( string locationName ) : void
update ( float elapsed ) : void

Private Methods

Méthode Description
LocationNamePanel ( ) : System

Method Details

reset() public méthode

public reset ( ) : void
Résultat void

setMessage() public méthode

public setMessage ( string message ) : void
message string
Résultat void

showNewLocation() public méthode

public showNewLocation ( string locationName ) : void
locationName string
Résultat void

update() public méthode

public update ( float elapsed ) : void
elapsed float
Résultat void