C# Class CCAudioEngineSample.GameLayer

Inheritance: CocosSharp.CCLayerColor
Show file Open project: xamarin/mobile-samples

Public Methods

Method Description
GameLayer ( ) : System
MakePlayGraphic ( CocosSharp.CCDrawNode drawNode ) : void

Protected Methods

Method Description
AddedToScene ( ) : void

Private Methods

Method 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 method

protected AddedToScene ( ) : void
return void

GameLayer() public method

public GameLayer ( ) : System
return System

MakePlayGraphic() public method

public MakePlayGraphic ( CocosSharp.CCDrawNode drawNode ) : void
drawNode CocosSharp.CCDrawNode
return void