C# Class Cyclyc.Framework.CycBackground

Inheritance: CycSprite
Afficher le fichier Open project: JoeOsborn/Cyclyc Class Usage Examples

Protected Properties

Свойство Type Description
scrollSpeed float

Méthodes publiques

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

Method Details

CycBackground() public méthode

public CycBackground ( Game1 game, string img ) : System
game Game1
img string
Résultat System

Draw() public méthode

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

LoadContent() public méthode

public LoadContent ( ) : void
Résultat void

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Property Details

scrollSpeed protected_oe property

protected float scrollSpeed
Résultat float