MCPcopy Index your code
hub / github.com/benfry/processing4 / showDepthWarningXYZ

Method showDepthWarningXYZ

core/src/processing/core/PApplet.java:14810–14812  ·  view source on GitHub ↗

Display a warning that the specified method that takes x, y, z parameters can only be used with x and y parameters in this renderer. @param method The method name (no parentheses)

(String method)

Source from the content-addressed store, hash-verified

14808 * @param method The method name (no parentheses)
14809 */
14810 static public void showDepthWarningXYZ(String method) {
14811 PGraphics.showDepthWarningXYZ(method);
14812 }
14813
14814
14815 /**

Callers 15

shapeMethod · 0.45
bezierVertexMethod · 0.45
quadraticVertexMethod · 0.45
curveVertexMethod · 0.45
vertexMethod · 0.45
translateMethod · 0.45
scaleMethod · 0.45
screenXMethod · 0.45
screenYMethod · 0.45
screenZMethod · 0.45
vertexMethod · 0.45
bezierVertexMethod · 0.45

Calls 1

showDepthWarningXYZMethod · 0.95

Tested by

no test coverage detected