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

Method setKind

core/src/processing/core/PShape.java:387–389  ·  view source on GitHub ↗
(int kind)

Source from the content-addressed store, hash-verified

385
386
387 public void setKind(int kind) {
388 this.kind = kind;
389 }
390
391
392 public void setName(String name) {

Callers 5

PShapeMethod · 0.95
PShapeOpenGLMethod · 0.80
setupParserMethod · 0.80
preparePredictionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected