MCPcopy Index your code
hub / github.com/processing/p5.js / withStructProperties

Method withStructProperties

src/strands/strands_node.js:27–30  ·  view source on GitHub ↗
(properties)

Source from the content-addressed store, hash-verified

25 }
26 }
27 withStructProperties(properties) {
28 this.structProperties = properties;
29 return this;
30 }
31 copy() {
32 return createStrandsNode(this.id, this.dimension, this.strandsContext);
33 }

Callers 1

createHookArgumentsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected