프로퍼티 | 타입 | 설명 | |
---|---|---|---|
GetTexture | Microsoft.Xna.Framework.Graphics.Texture2D | ||
IsTileNumbered | bool | ||
NumAreaAndTextPos | void | ||
TileShift | float |
메소드 | 설명 | |
---|---|---|
GUITile ( int x, int y, |
||
TileHeight ( ) : int | ||
TileWidth ( ) : int |
메소드 | 설명 | |
---|---|---|
DoUpdate ( |
||
Draw ( |
메소드 | 설명 | |
---|---|---|
GetTexture ( Terrain ter ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
IsTileNumbered ( |
||
NumAreaAndTextPos ( ) : void | ||
TileShift ( ) : float |
protected DoUpdate ( |
||
time | ||
리턴 | void |
protected Draw ( |
||
batch | ||
리턴 | void |
public GUITile ( int x, int y, |
||
x | int | |
y | int | |
tile | ||
omit | bool | |
리턴 | System |