MCPcopy Index your code
hub / github.com/processing/processing / beginCamera

Method beginCamera

core/src/processing/opengl/PGraphics2D.java:128–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126
127
128 @Override
129 public void beginCamera() {
130 showMethodWarning("beginCamera");
131 }
132
133
134 @Override

Callers

nothing calls this directly

Calls 1

showMethodWarningMethod · 0.45

Tested by

no test coverage detected