MCPcopy
hub / github.com/mrdoob/three.js / set

Function set

src/nodes/tsl/TSLCore.js:132–136  ·  view source on GitHub ↗
( value )

Source from the content-addressed store, hash-verified

130 },
131
132 set( value ) {
133
134 this[ property ].assign( nodeObject( value ) );
135
136 }
137
138 };
139

Callers

nothing calls this directly

Calls 2

nodeObjectFunction · 0.85
setMethod · 0.45

Tested by

no test coverage detected