C# Class Vtj.Contest.Shooter.DinosSystem

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

Méthodes publiques

Свойство Type Description
VisibleDinos List

Méthodes publiques

Méthode Description
DinosSystem ( int length ) : System
Dispose ( ) : void
Init ( Scene level ) : void
KilledEventHandler ( object sender, EventArgs e ) : void
Load ( ) : void
Update ( System.Html.Media.Graphics.CanvasContext2D context ) : void

Method Details

DinosSystem() public méthode

public DinosSystem ( int length ) : System
length int
Résultat System

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

KilledEventHandler() public méthode

public KilledEventHandler ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Load() public méthode

public Load ( ) : 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

Property Details

VisibleDinos public_oe property

public List VisibleDinos
Résultat List