C# Class Vtj.Contest.Title

Inheritance: Vtj.Gaming.Scene
显示文件 Open project: Ventajou/Space-Dinosaurs

Public Methods

Method Description
Dispose ( ) : void
Title ( Game game ) : System

Protected Methods

Method Description
Init ( ) : void
Update ( System.Html.Media.Graphics.CanvasContext2D context ) : void

Private Methods

Method Description
BuildMainMenu ( ) : void
BuildMenuButton ( string label, int position, ElementEventListener clickListener ) : Element
BuildOptionsMenu ( ) : void
BuildPracticeMenu ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Init() protected method

protected Init ( ) : void
return void

Title() public method

public Title ( Game game ) : System
game Vtj.Gaming.Game
return System

Update() protected method

protected Update ( System.Html.Media.Graphics.CanvasContext2D context ) : void
context System.Html.Media.Graphics.CanvasContext2D
return void