C# Class Vtj.Contest.Shooter.PlasmaSystem

Inheritance: Vtj.Gaming.GameSystem
Mostrar archivo Open project: Ventajou/Space-Dinosaurs Class Usage Examples

Public Methods

Method Description
AddPlasmaBall ( PlasmaBall ball ) : void
Init ( Scene level ) : void
Update ( System.Html.Media.Graphics.CanvasContext2D context ) : void

Method Details

AddPlasmaBall() public method

public AddPlasmaBall ( PlasmaBall ball ) : void
ball PlasmaBall
return void

Init() public method

public Init ( Scene level ) : void
level Vtj.Gaming.Scene
return void

Update() public method

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