|
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.tiled.TileSet
public class TileSet
Contains a Tiled Map tile set
Field Summary | |
---|---|
int |
firstgid
|
java.lang.String |
imageName
|
int |
margin
|
java.lang.String |
name
|
int |
spacing
|
int |
tileHeight
|
int |
tileWidth
|
Constructor Summary | |
---|---|
protected |
TileSet()
Contains a Tiled Map tile set |
protected |
TileSet(TileSet set)
Copy constructor |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int firstgid
public int tileWidth
public int tileHeight
public int margin
public int spacing
public java.lang.String imageName
public java.lang.String name
Constructor Detail |
---|
protected TileSet()
protected TileSet(TileSet set)
set
- The set to be copied
|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |