프로퍼티 | 타입 | 설명 | |
---|---|---|---|
selectionOverlay | Microsoft.Xna.Framework.Graphics.Texture2D |
메소드 | 설명 | |
---|---|---|
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 | ||
리턴 | void |
public ImageButton ( Microsoft.Xna.Framework.Graphics.Texture2D thumbnail, Vector2 pos, String mapName ) : System | ||
thumbnail | Microsoft.Xna.Framework.Graphics.Texture2D | |
pos | Vector2 | |
mapName | String | |
리턴 | 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 | |
리턴 | System |