C# Class FarseerPhysics.Samples.ScreenSystem.MenuSlider

Mostra file Open project: tinco/Farseer-Physics Class Usage Examples

Public Methods

Method Description
MenuSlider ( Vector2 position ) : System

Constructs a new menu slider.

Update ( bool isHovered, bool isSelected, GameTime gameTime ) : void

Updates the menu slider.

Method Details

MenuSlider() public method

Constructs a new menu slider.
public MenuSlider ( Vector2 position ) : System
position Vector2
return System

Update() public method

Updates the menu slider.
public Update ( bool isHovered, bool isSelected, GameTime gameTime ) : void
isHovered bool
isSelected bool
gameTime Microsoft.Xna.Framework.GameTime
return void