Method | Description | |
---|---|---|
Maps ( ) : List |
||
Thumbs ( ) : Microsoft.Xna.Framework.Graphics.Texture2D[] | ||
addMap ( string mapName ) : void | ||
getBackground ( ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
getColumn ( ) : int | ||
getName ( ) : string | ||
getRandomThumbs ( Microsoft.Xna.Framework.Content.ContentManager Content ) : void | ||
isSelected ( ) : bool | ||
mapSet ( string name ) : System | ||
pickMap ( ) : string | ||
select ( ) : void | ||
setBackground ( Microsoft.Xna.Framework.Graphics.Texture2D b ) : void | ||
setColumn ( int c ) : void | ||
unselect ( ) : void |
public Thumbs ( ) : Microsoft.Xna.Framework.Graphics.Texture2D[] | ||
return | Microsoft.Xna.Framework.Graphics.Texture2D[] |
public getBackground ( ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
return | Microsoft.Xna.Framework.Graphics.Texture2D |
public getRandomThumbs ( Microsoft.Xna.Framework.Content.ContentManager Content ) : void | ||
Content | Microsoft.Xna.Framework.Content.ContentManager | |
return | void |
public setBackground ( Microsoft.Xna.Framework.Graphics.Texture2D b ) : void | ||
b | Microsoft.Xna.Framework.Graphics.Texture2D | |
return | void |