C# Class MoodSwingGUI.MSMDGProgressBar

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

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime ) : void
DrawPamatong ( ) : void
MSMDGProgressBar ( 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, Microsoft.Xna.Framework.Graphics.Texture2D pamatong, MSProgressBar orientation ) : System

Method Details

Draw() public méthode

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

DrawPamatong() public méthode

public DrawPamatong ( ) : void
Résultat void

MSMDGProgressBar() public méthode

public MSMDGProgressBar ( 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, Microsoft.Xna.Framework.Graphics.Texture2D pamatong, MSProgressBar 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
pamatong Microsoft.Xna.Framework.Graphics.Texture2D
orientation MSProgressBar
Résultat System