zombie.core.textures
Class TexturePackPage.SubTextureInfo
java.lang.Object
zombie.core.textures.TexturePackPage.SubTextureInfo
- Enclosing class:
- TexturePackPage
public static class TexturePackPage.SubTextureInfo
- extends java.lang.Object
Field Summary |
int |
fx
|
int |
fy
|
int |
h
|
java.lang.String |
name
|
int |
ox
|
int |
oy
|
int |
w
|
int |
x
|
int |
y
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
w
public int w
h
public int h
x
public int x
y
public int y
ox
public int ox
oy
public int oy
fx
public int fx
fy
public int fy
name
public java.lang.String name
TexturePackPage.SubTextureInfo
public TexturePackPage.SubTextureInfo(int x,
int y,
int w,
int h,
int ox,
int oy,
int fx,
int fy,
java.lang.String name)