C# Class Vtj.Contest.HighScores

Inheritance: Vtj.Gaming.Scene
ファイルを表示 Open project: Ventajou/Space-Dinosaurs

Public Methods

Method Description
HighScores ( Game game ) : System.Html

Protected Methods

Method Description
Init ( ) : void

Private Methods

Method Description
AddCell ( TableRowElement row, string tagName, string label ) : void
BuildMenuButton ( string label, int position, ElementEventListener clickListener ) : Element

Method Details

HighScores() public method

public HighScores ( Game game ) : System.Html
game Vtj.Gaming.Game
return System.Html

Init() protected method

protected Init ( ) : void
return void