MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / setName

Method setName

src/main/java/fieldbox/ui/Compositor.java:177–180  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

175 }
176
177 public Layer setName(String name) {
178 this.name = name;
179 return this;
180 }
181
182 public FBO getFBO() {
183 return fbo;

Callers 5

newLayerMethod · 0.80
startMethod · 0.80
execMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected