C# Class EssenceClient.Scenes.Menu.MenuLayer

Inheritance: CocosSharp.CCLayer
Afficher le fichier Open project: Insality/essence-of-shadows Class Usage Examples

Méthodes publiques

Méthode Description
ExitGame ( object obj ) : void
StartGame ( object obj ) : void

Méthodes protégées

Méthode Description
AddedToScene ( ) : void

Private Methods

Méthode Description
GetMenuLabel ( string text ) : CocosSharp.CCLabelTtf

Method Details

AddedToScene() protected méthode

protected AddedToScene ( ) : void
Résultat void

ExitGame() public méthode

public ExitGame ( object obj ) : void
obj object
Résultat void

StartGame() public méthode

public StartGame ( object obj ) : void
obj object
Résultat void