Skip to content

sendToBack

sendToBack(pObject): void

Removes provided object from its parent and re-adds it at index 0.

Parameters

pObject: Container<DisplayObject>

The object to send to the back.

Returns

void

Source

src/utils/PixiUtils.ts:96