sendToBack
sendToBack(
pObject
):void
Defined in: utils/pixi.ts:42
Removes provided object from its parent and re-adds it at index 0.
Parameters
Section titled “Parameters”pObject
Section titled “pObject”Container
The object to send to the back.
Returns
Section titled “Returns”void