C# Class FlyingBird.Misc.Instructions

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

Méthodes publiques

Méthode Description
Instructions ( Texture2D texture ) : Sharpex2D

Initializes a new Instructions class.

Render ( RenderDevice renderer ) : void

Renders the object.

Update ( GameTime gameTime ) : void

Updates the object.

Method Details

Instructions() public méthode

Initializes a new Instructions class.
public Instructions ( Texture2D texture ) : Sharpex2D
texture Sharpex2D.Rendering.Texture2D The Texture.
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