C# Class Indiefreaks.Xna.Rendering.Gui.ButtonSkin

A Skin to define how Button should render in a given state
Afficher le fichier Open project: Indiefreaks/igf Class Usage Examples

Méthodes publiques

Méthode Description
ButtonSkin ( string fontPath ) : Microsoft.Xna.Framework

Creates a new instance

ButtonSkin ( string backgroundTexturePath, string fontPath ) : Microsoft.Xna.Framework

Creates a new instance

Method Details

ButtonSkin() public méthode

Creates a new instance
public ButtonSkin ( string fontPath ) : Microsoft.Xna.Framework
fontPath string
Résultat Microsoft.Xna.Framework

ButtonSkin() public méthode

Creates a new instance
public ButtonSkin ( string backgroundTexturePath, string fontPath ) : Microsoft.Xna.Framework
backgroundTexturePath string
fontPath string
Résultat Microsoft.Xna.Framework