C# Class CarpMuffin.UserInterfaces.UserInterfaceSkin

The skin for a user interface
Afficher le fichier Open project: BetaToast/CarpMuffin Class Usage Examples

Méthodes publiques

Méthode Description
Load ( Microsoft.Xna.Framework.Content.ContentManager content, string assetName ) : UserInterfaceSkin
UserInterfaceSkin ( ) : System.Collections.Generic
this ( int index ) : Rectangle
this ( string alias ) : Rectangle

Method Details

Load() public static méthode

public static Load ( Microsoft.Xna.Framework.Content.ContentManager content, string assetName ) : UserInterfaceSkin
content Microsoft.Xna.Framework.Content.ContentManager
assetName string
Résultat UserInterfaceSkin

UserInterfaceSkin() public méthode

public UserInterfaceSkin ( ) : System.Collections.Generic
Résultat System.Collections.Generic

this() public méthode

public this ( int index ) : Rectangle
index int
Résultat Microsoft.Xna.Framework.Rectangle

this() public méthode

public this ( string alias ) : Rectangle
alias string
Résultat Microsoft.Xna.Framework.Rectangle