setChildIndex(child, index)
Changes the position of an existing child in the display object container
Parameters
Name | Type | Description |
---|---|---|
child | DisplayObject | The child DisplayObject instance for which you want to change the index number |
index | Number | The resulting index number for the child display object |
- Inherited From
- Source code: pixi/display/DisplayObjectContainer.js (Line 132)
Please login to continue.