C# Class CarpMuffin.UserInterfaces.UserInterfaceSkin

The skin for a user interface
Show file Open project: BetaToast/CarpMuffin Class Usage Examples

Public Methods

Method 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 method

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

UserInterfaceSkin() public method

public UserInterfaceSkin ( ) : System.Collections.Generic
return System.Collections.Generic

this() public method

public this ( int index ) : Rectangle
index int
return Microsoft.Xna.Framework.Rectangle

this() public method

public this ( string alias ) : Rectangle
alias string
return Microsoft.Xna.Framework.Rectangle