MCPcopy
hub / github.com/libgdx/libgdx / getName

Method getName

gdx/src/com/badlogic/gdx/maps/MapLayer.java:41–43  ·  view source on GitHub ↗

@return layer's name

()

Source from the content-addressed store, hash-verified

39
40 /** @return layer's name */
41 public String getName () {
42 return name;
43 }
44
45 /** @param name new name for the layer */
46 public void setName (String name) {

Callers 1

getMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected