Method |
Description |
|
Draw ( SpriteBatch sb ) : void |
|
|
OnMouseDrag ( MouseEvent e ) : void |
|
|
OnMouseEnter ( MouseEvent e ) : void |
|
|
OnMouseExit ( MouseEvent e ) : void |
|
|
OnMouseMotion ( MouseEvent e ) : void |
|
|
OnTextFieldValueChanged ( ) : void |
|
|
SetSliderButtonHeight ( int height ) : void |
Sets the slider button height. |
|
SetSliderButtonWidth ( int width ) : void |
|
|
Unload ( ) : void |
|
|
Update ( ) : void |
|
|
UpdateValue ( ) : void |
Updates the value of this slider, according to the slider position |
|
XNASlider ( ParentComponent parent, Rectangle bounds ) : System |
|
|