MCPcopy Create free account
hub / github.com/benfry/processing4 / removeChild

Method removeChild

core/src/processing/opengl/PShapeOpenGL.java:501–507  ·  view source on GitHub ↗
(int idx)

Source from the content-addressed store, hash-verified

499
500
501 @Override
502 public void removeChild(int idx) {
503 super.removeChild(idx);
504 strokedTexture(false);
505 untexChild(false);
506 markForTessellation();
507 }
508
509
510 protected void updateRoot(PShape root) {

Callers

nothing calls this directly

Calls 3

strokedTextureMethod · 0.95
untexChildMethod · 0.95
markForTessellationMethod · 0.95

Tested by

no test coverage detected