C# Class SunsetHigh.LocationNamePanel

Inheritance: TextPanel
Exibir arquivo Open project: ErraticUnicorn/MOSH

Public Methods

Method Description
reset ( ) : void
setMessage ( string message ) : void
showNewLocation ( string locationName ) : void
update ( float elapsed ) : void

Private Methods

Method Description
LocationNamePanel ( ) : System

Method Details

reset() public method

public reset ( ) : void
return void

setMessage() public method

public setMessage ( string message ) : void
message string
return void

showNewLocation() public method

public showNewLocation ( string locationName ) : void
locationName string
return void

update() public method

public update ( float elapsed ) : void
elapsed float
return void