C# Class SunsetHigh.NotificationPanel

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

Méthodes publiques

Méthode Description
pushNotification ( string notification ) : void
reset ( ) : void
setMessage ( string message ) : void
update ( float elapsed ) : void

Private Methods

Méthode Description
NotificationPanel ( ) : System
inventoryEventListener ( object sender, InventoryEventArgs e ) : void
questEventListener ( object sender, QuestEventArgs e ) : void

Method Details

pushNotification() public méthode

public pushNotification ( string notification ) : void
notification string
Résultat void

reset() public méthode

public reset ( ) : void
Résultat void

setMessage() public méthode

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

update() public méthode

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