C# Class XnaGUILib.XGHSlider

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

Protected Properties

Свойство Type Description
_max float
_min float
_scale float
_value float

Méthodes publiques

Méthode Description
Draw ( float frameTime ) : void
SetRange ( float value, float min, float max ) : void
Update ( GameTime gameTime ) : void
XGHSlider ( Rectangle rect, float value ) : System
XGHSlider ( Rectangle rect, float value, float scale ) : System

Method Details

Draw() public méthode

public Draw ( float frameTime ) : void
frameTime float
Résultat void

SetRange() public méthode

public SetRange ( float value, float min, float max ) : void
value float
min float
max float
Résultat void

Update() public méthode

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

XGHSlider() public méthode

public XGHSlider ( Rectangle rect, float value ) : System
rect Microsoft.Xna.Framework.Rectangle
value float
Résultat System

XGHSlider() public méthode

public XGHSlider ( Rectangle rect, float value, float scale ) : System
rect Microsoft.Xna.Framework.Rectangle
value float
scale float
Résultat System

Property Details

_max protected_oe property

protected float _max
Résultat float

_min protected_oe property

protected float _min
Résultat float

_scale protected_oe property

protected float _scale
Résultat float

_value protected_oe property

protected float _value
Résultat float