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

Method xRay

src/effects/OutlineEffect.js:539–543  ·  view source on GitHub ↗

* Indicates whether X-ray mode is enabled. * * @type {Boolean}

()

Source from the content-addressed store, hash-verified

537 */
538
539 get xRay() {
540
541 return this.defines.has("X_RAY");
542
543 }
544
545 set xRay(value) {
546

Callers

nothing calls this directly

Calls 3

setMethod · 0.80
deleteMethod · 0.80
setChangedMethod · 0.80

Tested by

no test coverage detected