|
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.TiledLayer
public class TiledLayer
Contains Tiled map layer information
Field Summary | |
---|---|
java.lang.String |
name
|
java.util.HashMap<java.lang.String,java.lang.String> |
properties
Contains the layer properties with a key of the property name. |
int[][] |
tiles
Contains the tile ids, addressed as [row][column]. |
Method Summary | |
---|---|
int |
getHeight()
|
int |
getWidth()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String name
public java.util.HashMap<java.lang.String,java.lang.String> properties
public int[][] tiles
Method Detail |
---|
public int getWidth()
public int getHeight()
|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |