C# Class Blink.Classes.mapSet

Show file Open project: dah6ce/Blink Class Usage Examples

Public Methods

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

Method Details

Maps() public method

public Maps ( ) : List
return List

Thumbs() public method

public Thumbs ( ) : Microsoft.Xna.Framework.Graphics.Texture2D[]
return Microsoft.Xna.Framework.Graphics.Texture2D[]

addMap() public method

public addMap ( string mapName ) : void
mapName string
return void

getBackground() public method

public getBackground ( ) : Microsoft.Xna.Framework.Graphics.Texture2D
return Microsoft.Xna.Framework.Graphics.Texture2D

getColumn() public method

public getColumn ( ) : int
return int

getName() public method

public getName ( ) : string
return string

getRandomThumbs() public method

public getRandomThumbs ( Microsoft.Xna.Framework.Content.ContentManager Content ) : void
Content Microsoft.Xna.Framework.Content.ContentManager
return void

isSelected() public method

public isSelected ( ) : bool
return bool

mapSet() public method

public mapSet ( string name ) : System
name string
return System

pickMap() public method

public pickMap ( ) : string
return string

select() public method

public select ( ) : void
return void

setBackground() public method

public setBackground ( Microsoft.Xna.Framework.Graphics.Texture2D b ) : void
b Microsoft.Xna.Framework.Graphics.Texture2D
return void

setColumn() public method

public setColumn ( int c ) : void
c int
return void

unselect() public method

public unselect ( ) : void
return void