Skip to content

sendToFront

sendToFront(pObject): void

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

Parameters

pObject: Container<DisplayObject>

The object to send to the back.

Returns

void

Source

src/utils/PixiUtils.ts:86