C# Class Vtj.Gaming.CutScene

Inheritance: Scene
Afficher le fichier Open project: Ventajou/Space-Dinosaurs

Méthodes publiques

Méthode Description
CutScene ( Game game, string imagePath, string text ) : System.Html

Méthodes protégées

Méthode 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

Méthode Description
GetNextLetter ( ) : string

Method Details

CutScene() public méthode

public CutScene ( Game game, string imagePath, string text ) : System.Html
game Game
imagePath string
text string
Résultat System.Html

Init() protected méthode

protected Init ( ) : void
Résultat void

KeyDown() protected méthode

protected KeyDown ( System.Html.ElementEvent e ) : void
e System.Html.ElementEvent
Résultat void

KeyUp() protected méthode

protected KeyUp ( System.Html.ElementEvent e ) : void
e System.Html.ElementEvent
Résultat void

Update() protected méthode

protected Update ( System.Html.Media.Graphics.CanvasContext2D context ) : void
context System.Html.Media.Graphics.CanvasContext2D
Résultat void