C# Class XnaGUILib.XGLabeledSlider

Inheritance: XGControl
显示文件 Open project: GalacticSoft/Azmyth Class Usage Examples

Public Methods

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

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

XGLabeledSlider() public method

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
return System