C# Class FlyingBird.Misc.AnimatedBackground

Afficher le fichier Open project: ThuCommix/Sharpex2D Class Usage Examples

Méthodes publiques

Méthode Description
AnimatedBackground ( Texture2D bgTexture ) : Sharpex2D

Initializes the AnimatedBackground class.

Render ( RenderDevice renderer ) : void

Renders the object.

Update ( GameTime gameTime ) : void

Updates the object.

Method Details

AnimatedBackground() public méthode

Initializes the AnimatedBackground class.
public AnimatedBackground ( Texture2D bgTexture ) : Sharpex2D
bgTexture Sharpex2D.Rendering.Texture2D The BackgroundTexture.
Résultat Sharpex2D

Render() public méthode

Renders the object.
public Render ( RenderDevice renderer ) : void
renderer RenderDevice The Renderer.
Résultat void

Update() public méthode

Updates the object.
public Update ( GameTime gameTime ) : void
gameTime Sharpex2D.GameTime The GameTime.
Résultat void