C# Class Cyclyc.Framework.CycBackground

Inheritance: CycSprite
Show file Open project: JoeOsborn/Cyclyc Class Usage Examples

Protected Properties

Property Type Description
scrollSpeed float

Public Methods

Method Description
CycBackground ( Game1 game, string img ) : System
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
LoadContent ( ) : void
Update ( GameTime gameTime ) : void

Method Details

CycBackground() public method

public CycBackground ( Game1 game, string img ) : System
game Game1
img string
return System

Draw() public method

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

Initialize() public method

public Initialize ( ) : void
return void

LoadContent() public method

public LoadContent ( ) : void
return void

Update() public method

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

Property Details

scrollSpeed protected property

protected float scrollSpeed
return float