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

Afficher le fichier Open project: smartboyathome/Haxxit Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat System

Draw() public méthode

public Draw ( SpriteBatch sprite_batch ) : void
sprite_batch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void