C# Class FlyingBird.Misc.Instructions

显示文件 Open project: ThuCommix/Sharpex2D Class Usage Examples

Public Methods

Method 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 method

Initializes a new Instructions class.
public Instructions ( Texture2D texture ) : Sharpex2D
texture Sharpex2D.Rendering.Texture2D The Texture.
return Sharpex2D

Render() public method

Renders the object.
public Render ( RenderDevice renderer ) : void
renderer RenderDevice The Renderer.
return void

Update() public method

Updates the object.
public Update ( GameTime gameTime ) : void
gameTime Sharpex2D.GameTime The GameTime.
return void