C# Class XnaGUILib.XGLabeledSlider

Inheritance: XGControl
Afficher le fichier Open project: GalacticSoft/Azmyth Class Usage Examples

Méthodes publiques

Méthode Description
Update ( GameTime gameTime ) : void
XGLabeledSlider ( Rectangle rect, int labelWidth, string text, int valueLabelWidth, float value, float min, float max ) : System

Method Details

Update() public méthode

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

XGLabeledSlider() public méthode

public XGLabeledSlider ( Rectangle rect, int labelWidth, string text, int valueLabelWidth, float value, float min, float max ) : System
rect Microsoft.Xna.Framework.Rectangle
labelWidth int
text string
valueLabelWidth int
value float
min float
max float
Résultat System