MCPcopy
hub / github.com/pixijs/pixijs / destroy

Function destroy

src/scene/text-bitmap/AbstractBitmapTextPipe.ts:227–232  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

225 }
226
227 public destroy()
228 {
229 this._managedBitmapTexts.destroy();
230 this._renderer = null;
231 (this._managedBitmapTexts as null) = null;
232 }
233}
234
235function syncWithProxy(container: Renderable, proxy: Renderable)

Callers

nothing calls this directly

Calls 1

destroyMethod · 0.65

Tested by

no test coverage detected