C# Class Cyclyc.JetpackGirl.Jetpack

Mostrar archivo Open project: JoeOsborn/Cyclyc Class Usage Examples

Public Properties

Property Type Description
jetting bool

Protected Properties

Property Type Description
jpFuel float

Public Methods

Method Description
Jetpack ( JetpackOwner o ) : System
Update ( GameTime gt ) : void

Protected Methods

Method Description
BeginJet ( ) : void
Fall ( ) : void
FizzleJet ( ) : void
Jump ( ) : void
Land ( ) : void
MaintainJet ( ) : void
Run ( ) : void
StopJet ( ) : void

Method Details

BeginJet() protected method

protected BeginJet ( ) : void
return void

Fall() protected method

protected Fall ( ) : void
return void

FizzleJet() protected method

protected FizzleJet ( ) : void
return void

Jetpack() public method

public Jetpack ( JetpackOwner o ) : System
o JetpackOwner
return System

Jump() protected method

protected Jump ( ) : void
return void

Land() protected method

protected Land ( ) : void
return void

MaintainJet() protected method

protected MaintainJet ( ) : void
return void

Run() protected method

protected Run ( ) : void
return void

StopJet() protected method

protected StopJet ( ) : void
return void

Update() public method

public Update ( GameTime gt ) : void
gt Microsoft.Xna.Framework.GameTime
return void

Property Details

jetting public_oe property

public bool jetting
return bool

jpFuel protected_oe property

protected float jpFuel
return float