|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.badlogic.gdx.graphics.g2d.TextureAtlas.TextureAtlasData.Region
public static class TextureAtlas.TextureAtlasData.Region
Field Summary | |
---|---|
boolean |
flip
|
int |
height
|
int |
index
|
int |
left
|
java.lang.String |
name
|
float |
offsetX
|
float |
offsetY
|
int |
originalHeight
|
int |
originalWidth
|
TextureAtlas.TextureAtlasData.Page |
page
|
boolean |
rotate
|
int |
top
|
int |
width
|
Constructor Summary | |
---|---|
TextureAtlas.TextureAtlasData.Region()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public TextureAtlas.TextureAtlasData.Page page
public int index
public java.lang.String name
public float offsetX
public float offsetY
public int originalWidth
public int originalHeight
public boolean rotate
public int left
public int top
public int width
public int height
public boolean flip
Constructor Detail |
---|
public TextureAtlas.TextureAtlasData.Region()
|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |