MCPcopy
hub / github.com/libgdx/libgdx / get

Method get

gdx/src/com/badlogic/gdx/maps/MapLayers.java:30–32  ·  view source on GitHub ↗

@param index @return the MapLayer at the specified index

(int index)

Source from the content-addressed store, hash-verified

28 /** @param index
29 * @return the MapLayer at the specified index */
30 public MapLayer get (int index) {
31 return layers.get(index);
32 }
33
34 /** @param name
35 * @return the first layer having the specified name, if one exists, otherwise null */

Callers 3

getIndexMethod · 0.95
renderMapLayerMethod · 0.95
renderMethod · 0.95

Calls 3

getNameMethod · 0.95
getMethod · 0.65
equalsMethod · 0.45

Tested by

no test coverage detected