C# Class MoodSwingGUI.MSProgressBar

Inheritance: MSGUIUnclickable
Afficher le fichier Open project: verngutz/MoodSwing Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

MSProgressBar() public méthode

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
Résultat System