com.badlogic.gdx.graphics.g2d.tiled
Class TiledObjectGroup
java.lang.Object
com.badlogic.gdx.graphics.g2d.tiled.TiledObjectGroup
public class TiledObjectGroup
- extends java.lang.Object
Contains a Tiled map object group/layer
- Author:
- David Fraska
Field Summary |
int |
height
|
java.lang.String |
name
|
java.util.ArrayList<TiledObject> |
objects
|
java.util.HashMap<java.lang.String,java.lang.String> |
properties
Contains the object group properties with a key of the property name. |
int |
width
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
width
public int width
height
public int height
name
public java.lang.String name
properties
public java.util.HashMap<java.lang.String,java.lang.String> properties
- Contains the object group properties with a key of the property name.
objects
public java.util.ArrayList<TiledObject> objects
TiledObjectGroup
public TiledObjectGroup()
Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)