| Modifier and Type | Method and Description |
|---|---|
List<TmxProperty> |
TmxLayer.getProperties() |
List<TmxProperty> |
TmxTile.getProperties() |
List<TmxProperty> |
TmxMap.getProperties() |
List<TmxProperty> |
TmxTileset.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
static String |
TmxUtils.getProperty(List<TmxProperty> properties,
String name,
String defaultValue) |
void |
TmxLayer.setProperties(List<TmxProperty> properties) |
void |
TmxTile.setProperties(List<TmxProperty> properties) |
void |
TmxMap.setProperties(List<TmxProperty> properties) |
void |
TmxTileset.setProperties(List<TmxProperty> properties) |
Copyright © 2014. All rights reserved.