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

Method evaluate

src/main/java/field/graphics/Uniform.java:122–124  ·  view source on GitHub ↗

gets the value that would be sent to the graphics system right now

()

Source from the content-addressed store, hash-verified

120 }
121
122 /**
123 * gets the value that would be sent to the graphics system right now
124 */
125 public T evaluate() {
126 return value.get();
127 }

Callers 1

asMap_getMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected