TiledMap::getObjectsFromLayer()
This works in a project you run on your own computer, but not in the examples you can start here in the browser. There is no file system, no video encoder and no OpenGL behind a web page, so calling it there tells you as much and does nothing.
Retrieves the objects from a specified layer in the tiled map.
Syntax
Java
.getObjectsFromLayer(name)
Parameters
| Name | Data Type | Description |
|---|---|---|
| name | String | the name of the layer from which to retrieve objects |
Return
MapObject[]