C# Class Vtj.Gaming.CutScene

Inheritance: Scene
Datei anzeigen Open project: Ventajou/Space-Dinosaurs

Public Methods

Method Description
CutScene ( Game game, string imagePath, string text ) : System.Html

Protected Methods

Method Description
Init ( ) : void
KeyDown ( System.Html.ElementEvent e ) : void
KeyUp ( System.Html.ElementEvent e ) : void
Update ( System.Html.Media.Graphics.CanvasContext2D context ) : void

Private Methods

Method Description
GetNextLetter ( ) : string

Method Details

CutScene() public method

public CutScene ( Game game, string imagePath, string text ) : System.Html
game Game
imagePath string
text string
return System.Html

Init() protected method

protected Init ( ) : void
return void

KeyDown() protected method

protected KeyDown ( System.Html.ElementEvent e ) : void
e System.Html.ElementEvent
return void

KeyUp() protected method

protected KeyUp ( System.Html.ElementEvent e ) : void
e System.Html.ElementEvent
return void

Update() protected method

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