C# Class Vtj.Contest.Shooter.ShooterLevel

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

Public Properties

Property Type Description
BaseSpeed float
Bonus BonusSystem
Buildings BuildingSystem
Current ShooterLevel
Dinos DinosSystem
Meteor MeteorSystem
Plasma PlasmaSystem
Position float
Status ShooterStatus

Public Methods

Method Description
ApplyBonus ( string bonusType ) : void
Crash ( ) : void
Dispose ( ) : void
ShooterLevel ( Game game, bool practice, int length ) : System
Win ( ) : void

Protected Methods

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

Method Details

ApplyBonus() public method

public ApplyBonus ( string bonusType ) : void
bonusType string
return void

Crash() public method

public Crash ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Init() protected method

protected Init ( ) : void
return void

KeyDown() protected method

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

PauseScene() protected method

protected PauseScene ( ) : void
return void

PreUpdate() protected method

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

ResumeScene() protected method

protected ResumeScene ( ) : void
return void

ShooterLevel() public method

public ShooterLevel ( Game game, bool practice, int length ) : System
game Vtj.Gaming.Game
practice bool
length int
return System

Update() protected method

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

Win() public method

public Win ( ) : void
return void

Property Details

BaseSpeed public_oe property

public float BaseSpeed
return float

Bonus public_oe property

public BonusSystem Bonus
return BonusSystem

Buildings public_oe property

public BuildingSystem,Vtj.Contest.Shooter Buildings
return BuildingSystem

Current public_oe static_oe property

public static ShooterLevel,Vtj.Contest.Shooter Current
return ShooterLevel

Dinos public_oe property

public DinosSystem,Vtj.Contest.Shooter Dinos
return DinosSystem

Meteor public_oe property

public MeteorSystem,Vtj.Contest.Shooter Meteor
return MeteorSystem

Plasma public_oe property

public PlasmaSystem,Vtj.Contest.Shooter Plasma
return PlasmaSystem

Position public_oe property

public float Position
return float

Status public_oe property

public ShooterStatus Status
return ShooterStatus