C# Class Cyclyc.ShipGirl.ShipCircle

Inheritance: CycSprite
Mostrar archivo Open project: JoeOsborn/Cyclyc Class Usage Examples

Protected Properties

Property Type Description
oldRadius float
resizeDuration double
resizeTime double
ship Ship

Public Methods

Method Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void

Allows the game component to perform any initialization it needs to before starting to run. This is where it can query for any required services and load content.

LoadContent ( ) : void
ResizeTo ( float newRadius, double duration ) : void
ShipCircle ( Game1 game, Ship sh, string img ) : System
Update ( GameTime gameTime ) : void

Method Details

Draw() public method

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

Initialize() public method

Allows the game component to perform any initialization it needs to before starting to run. This is where it can query for any required services and load content.
public Initialize ( ) : void
return void

LoadContent() public method

public LoadContent ( ) : void
return void

ResizeTo() public method

public ResizeTo ( float newRadius, double duration ) : void
newRadius float
duration double
return void

ShipCircle() public method

public ShipCircle ( Game1 game, Ship sh, string img ) : System
game Game1
sh Ship
img string
return System

Update() public method

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

Property Details

oldRadius protected_oe property

protected float oldRadius
return float

resizeDuration protected_oe property

protected double resizeDuration
return double

resizeTime protected_oe property

protected double resizeTime
return double

ship protected_oe property

protected Ship ship
return Ship