C# Class Bug.Display.TextButton

Inheritance: Button
Afficher le fichier Open project: Projectfights/Fight-insect Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( SpriteBatch batch ) : void
TextButton ( int x, int y, Microsoft.Xna.Framework.Graphics.Texture2D up, Microsoft.Xna.Framework.Graphics.Texture2D down, SpriteFont font_, String text_ ) : Microsoft.Xna.Framework

Method Details

Draw() public méthode

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

TextButton() public méthode

public TextButton ( int x, int y, Microsoft.Xna.Framework.Graphics.Texture2D up, Microsoft.Xna.Framework.Graphics.Texture2D down, SpriteFont font_, String text_ ) : Microsoft.Xna.Framework
x int
y int
up Microsoft.Xna.Framework.Graphics.Texture2D
down Microsoft.Xna.Framework.Graphics.Texture2D
font_ Microsoft.Xna.Framework.Graphics.SpriteFont
text_ String
Résultat Microsoft.Xna.Framework