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

Method setOnceOnly

src/main/java/field/graphics/Scene.java:565–568  ·  view source on GitHub ↗

by default this transient will wait until it has run once in all contexts. Set this to change make this transient execute only once in the first context that happens to execute it

()

Source from the content-addressed store, hash-verified

563 * by default this transient will wait until it has run once in all contexts. Set this to change make this transient execute only once in the first context that happens to execute it
564 */
565 public Transient setOnceOnly() {
566 onceOnly = true;
567 return this;
568 }
569
570 /**
571 * by default this transient will wait until it has run once in all contexts. Use this method to limit this to just some of the graphics contexts

Callers 2

drawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected