Property | Type | Description | |
---|---|---|---|
selectionOverlay | Microsoft.Xna.Framework.Graphics.Texture2D |
Method | Description | |
---|---|---|
Draw ( |
||
ImageButton ( Microsoft.Xna.Framework.Graphics.Texture2D thumbnail, Vector2 pos, String mapName ) : System | ||
ImageButton ( Microsoft.Xna.Framework.Graphics.Texture2D thumbnail, Vector2 pos, String mapName, Microsoft.Xna.Framework.Graphics.Texture2D selectOverlays ) : System | ||
hover ( int p ) : void | ||
isSelected ( ) : bool | ||
select ( ) : void | ||
select ( int p ) : void | ||
setPosition ( Vector2 pos ) : void | ||
setSize ( Vector2 size ) : void | ||
unhover ( int p ) : void | ||
unlock ( ) : void | ||
unselect ( ) : void | ||
unselect ( int p ) : void | ||
useMultiSelect ( ) : void |
public Draw ( |
||
sb | ||
return | void |
public ImageButton ( Microsoft.Xna.Framework.Graphics.Texture2D thumbnail, Vector2 pos, String mapName ) : System | ||
thumbnail | Microsoft.Xna.Framework.Graphics.Texture2D | |
pos | Vector2 | |
mapName | String | |
return | System |
public ImageButton ( Microsoft.Xna.Framework.Graphics.Texture2D thumbnail, Vector2 pos, String mapName, Microsoft.Xna.Framework.Graphics.Texture2D selectOverlays ) : System | ||
thumbnail | Microsoft.Xna.Framework.Graphics.Texture2D | |
pos | Vector2 | |
mapName | String | |
selectOverlays | Microsoft.Xna.Framework.Graphics.Texture2D | |
return | System |