MCPcopy Create free account
hub / github.com/pmndrs/postprocessing / getAttributes

Method getAttributes

src/effects/Effect.js:317–321  ·  view source on GitHub ↗

* Returns the effect attributes. * * @return {EffectAttribute} The attributes.

()

Source from the content-addressed store, hash-verified

315 */
316
317 getAttributes() {
318
319 return this.attributes;
320
321 }
322
323 /**
324 * Sets the effect attributes.

Callers 3

constructorMethod · 0.80
integrateEffectFunction · 0.80
updateMaterialMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected