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