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
sendToBack(
pObject
):void
Defined in: utils/pixi.ts:42
Removes provided object from its parent and re-adds it at index 0.
Container
The object to send to the back.
void