C# Class HelpTextBox

Inheritance: TextBox
Afficher le fichier Open project: imann24/cs327-bestmobilegameever Class Usage Examples

Méthodes protégées

Méthode Description
subscribeEvents ( ) : void
unsubscribeEvents ( ) : void

Private Methods

Méthode Description
OnLevelWasLoaded ( int level ) : void
handleNamedEvent ( string eventName ) : void
handleNamedTextEvent ( string key, string text ) : void
isHelpTextBoxEvent ( string key ) : bool

Method Details

subscribeEvents() protected méthode

protected subscribeEvents ( ) : void
Résultat void

unsubscribeEvents() protected méthode

protected unsubscribeEvents ( ) : void
Résultat void