getChildAt(index) → {DisplayObject}
Returns the child at the specified index
Parameters
| Name | Type | Description | 
|---|---|---|
| index | Number | The index to get the child from | 
Returns
The child at the given index, if any.
- Inherited From
- Source code: pixi/display/DisplayObjectContainer.js (Line 153)
 
          
Please login to continue.