Skip to content

sendToFront

sendToFront(pObject): void

Defined in: utils/pixi.ts:32

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

Parameters

pObject

Container

The object to send to the back.

Returns

void