C# Class MScorePage, Madness

Inheritance: MPage
显示文件 Open project: MattRix/Madness Class Usage Examples

Public Methods

Method Description
HandleAddedToStage ( ) : void
HandleRemovedFromStage ( ) : void
MScorePage ( ) : System
Start ( ) : void

Protected Methods

Method Description
HandleUpdate ( ) : void

Private Methods

Method Description
HandleStartButtonRelease ( FButton, button ) : void

Method Details

HandleAddedToStage() public method

public HandleAddedToStage ( ) : void
return void

HandleRemovedFromStage() public method

public HandleRemovedFromStage ( ) : void
return void

HandleUpdate() protected method

protected HandleUpdate ( ) : void
return void

MScorePage() public method

public MScorePage ( ) : System
return System

Start() public method

public Start ( ) : void
return void