removeChildAt(index) → {DisplayObject}
Removes a child from the specified index position.
Parameters
| Name | Type | Description | 
|---|---|---|
index |  Number | The index to get the child from  |  
Returns
The child that was removed.
- Inherited From
 - Source code: pixi/display/DisplayObjectContainer.js (Line 191)
 
Please login to continue.