MCPcopy Create free account
hub / github.com/dev7355608/perfect-vision / dispose

Method dispose

scripts/utils/framebuffer.js:240–248  ·  view source on GitHub ↗

* Dispose. * @returns {boolean} True if and only if disposed by this call.

()

Source from the content-addressed store, hash-verified

238 * @returns {boolean} True if and only if disposed by this call.
239 */
240 dispose() {
241 if (!this.disposed) {
242 this.reset();
243
244 return true;
245 }
246
247 return false;
248 }
249
250 /**
251 * Destroy.

Callers 5

geometryMethod · 0.45
updateMethod · 0.45
releaseMethod · 0.45
resetMethod · 0.45
destroyMethod · 0.45

Calls 1

resetMethod · 0.95

Tested by

no test coverage detected