C# Class MoodSwingGUI.MSProgressBar

Inheritance: MSGUIUnclickable
Show file Open project: verngutz/MoodSwing Class Usage Examples

Public Methods

Method Description
Draw ( GameTime gameTime ) : void
MSProgressBar ( Rectangle bounding_rectangle, SpriteBatch sprite_batch, Microsoft.Xna.Framework.Game game, Microsoft.Xna.Framework.Graphics.Texture2D border_texture, Microsoft.Xna.Framework.Graphics.Texture2D fill_texture, Microsoft.Xna.Framework.Graphics.Texture2D full_texture, Orientation orientation ) : System

Method Details

Draw() public method

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

MSProgressBar() public method

public MSProgressBar ( Rectangle bounding_rectangle, SpriteBatch sprite_batch, Microsoft.Xna.Framework.Game game, Microsoft.Xna.Framework.Graphics.Texture2D border_texture, Microsoft.Xna.Framework.Graphics.Texture2D fill_texture, Microsoft.Xna.Framework.Graphics.Texture2D full_texture, Orientation orientation ) : System
bounding_rectangle Microsoft.Xna.Framework.Rectangle
sprite_batch Microsoft.Xna.Framework.Graphics.SpriteBatch
game Microsoft.Xna.Framework.Game
border_texture Microsoft.Xna.Framework.Graphics.Texture2D
fill_texture Microsoft.Xna.Framework.Graphics.Texture2D
full_texture Microsoft.Xna.Framework.Graphics.Texture2D
orientation Orientation
return System