C# Class SmartboyDevelopments.Haxxit.MonoGame.GameStates.ButtonHover

Show file Open project: smartboyathome/Haxxit Class Usage Examples

Public Methods

Method Description
ButtonHover ( DrawableRectangle rectangle, Microsoft.Xna.Framework.Graphics.Texture2D white_pixel, SpriteFont tooltip_font, string tooltip_text ) : System
Draw ( SpriteBatch sprite_batch ) : void

Method Details

ButtonHover() public method

public ButtonHover ( DrawableRectangle rectangle, Microsoft.Xna.Framework.Graphics.Texture2D white_pixel, SpriteFont tooltip_font, string tooltip_text ) : System
rectangle DrawableRectangle
white_pixel Microsoft.Xna.Framework.Graphics.Texture2D
tooltip_font Microsoft.Xna.Framework.Graphics.SpriteFont
tooltip_text string
return System

Draw() public method

public Draw ( SpriteBatch sprite_batch ) : void
sprite_batch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void