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

Method advanceState

src/main/java/field/graphics/Camera.java:455–457  ·  view source on GitHub ↗
(Function<State, State> s)

Source from the content-addressed store, hash-verified

453 return view(0);
454 }
455
456 public void advanceState(Function<State, State> s) {
457 state = s.apply(state);
458 }
459
460 public void setState(State s) {

Callers 15

drawNowMethod · 0.95
setPositionMethod · 0.80
setTargetMethod · 0.80
setUpMethod · 0.80
setStateMethod · 0.80
orbitLeftMethod · 0.80
orbitRightMethod · 0.80
orbitUpMethod · 0.80
orbitDownMethod · 0.80
dollyInMethod · 0.80
dollyOutMethod · 0.80
rollMethod · 0.80

Calls 1

applyMethod · 0.65

Tested by

no test coverage detected