C# Class MOTB.Button

Afficher le fichier Open project: GCGC-Ben/GameClubTesting

Méthodes publiques

Méthode Description
Button ( Microsoft.Xna.Framework.Graphics.Texture2D txt, Vector2 pos, Color col ) : System
Draw ( SpriteBatch sb ) : void

Method Details

Button() public méthode

public Button ( Microsoft.Xna.Framework.Graphics.Texture2D txt, Vector2 pos, Color col ) : System
txt Microsoft.Xna.Framework.Graphics.Texture2D
pos Vector2
col Color
Résultat System

Draw() public méthode

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