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

Method test

src/core/Layers.js:100–104  ·  view source on GitHub ↗

* Returns `true` if this and the given layers object have at least one * layer in common. * * @param {Layers} layers - The layers to test. * @return {boolean } Whether this and the given layers object have at least one layer in common or not.

( layers )

Source from the content-addressed store, hash-verified

98 * @return {boolean } Whether this and the given layers object have at least one layer in common or not.
99 */
100 test( layers ) {
101
102 return ( this.mask & layers.mask ) !== 0;
103
104 }
105
106 /**
107 * Returns `true` if the given layer is enabled.

Callers 15

combinePrefixPatternsFunction · 0.45
caseFoldCharsetFunction · 0.45
walkFunction · 0.45
childContentWrapperFunction · 0.45
langHandlerForExtensionFunction · 0.45
doWorkFunction · 0.45
readBooleanFunction · 0.45
openFunction · 0.45
openShpFunction · 0.45
openDbfFunction · 0.45
replaceWithUUIDFunction · 0.45
parseHTMLFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected