MCPcopy Create free account
hub / github.com/esengine/esengine / removeChildToPoolAt

Method removeChildToPoolAt

packages/fairygui/src/widgets/GList.ts:259–262  ·  view source on GitHub ↗
(index: number)

Source from the content-addressed store, hash-verified

257 }
258
259 public removeChildToPoolAt(index: number): void {
260 const child = super.removeChildAt(index);
261 this.returnToPool(child);
262 }
263
264 public removeChildToPool(child: GObject): void {
265 super.removeChild(child);

Callers 2

removeChildrenToPoolMethod · 0.95
removeItemMethod · 0.80

Calls 2

returnToPoolMethod · 0.95
removeChildAtMethod · 0.45

Tested by

no test coverage detected