Skip to content

sendToBack

sendToBack(pObject): void

Defined in: utils/pixi.ts:42

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

Parameters

pObject

Container

The object to send to the back.

Returns

void