C# Class Vtj.Contest.Race.EngineSoundSystem

Inheritance: Vtj.Gaming.GameSystem
Afficher le fichier Open project: Ventajou/Space-Dinosaurs Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Init ( Scene level ) : void
Pause ( ) : void
Resume ( ) : void
Update ( System.Html.Media.Graphics.CanvasContext2D context ) : void

Private Methods

Méthode Description
SoundLoaded ( System.Html.ElementEvent e ) : void
TimeUpdated ( System.Html.ElementEvent e ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Init() public méthode

public Init ( Scene level ) : void
level Vtj.Gaming.Scene
Résultat void

Pause() public méthode

public Pause ( ) : void
Résultat void

Resume() public méthode

public Resume ( ) : void
Résultat void

Update() public méthode

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