C# Class CCAudioEngineSample.GameLayer

Inheritance: CocosSharp.CCLayerColor
Afficher le fichier Open project: xamarin/mobile-samples

Méthodes publiques

Méthode Description
GameLayer ( ) : System
MakePlayGraphic ( CocosSharp.CCDrawNode drawNode ) : void

Méthodes protégées

Méthode Description
AddedToScene ( ) : void

Private Methods

Méthode Description
CreateMusicLabel ( ) : void
CreateMusicPlayButton ( ) : void
CreateMusicVolumeControls ( ) : void
CreateSfxLabel ( ) : void
CreateSfxPlayButton ( ) : void
CreateSfxVolumeControls ( ) : void
MakeDownArrowGraphic ( CocosSharp.CCDrawNode drawNode ) : void
MakeUpArrowGraphic ( CocosSharp.CCDrawNode drawNode ) : void
OnTouchesEnded ( List touches, CocosSharp.CCEvent touchEvent ) : void
UpdateMusicVolumeDisplay ( ) : void
UpdateSfxVolumeDisplay ( ) : void

Method Details

AddedToScene() protected méthode

protected AddedToScene ( ) : void
Résultat void

GameLayer() public méthode

public GameLayer ( ) : System
Résultat System

MakePlayGraphic() public méthode

public MakePlayGraphic ( CocosSharp.CCDrawNode drawNode ) : void
drawNode CocosSharp.CCDrawNode
Résultat void