getAt(index) → {DisplayObject | integer}
Returns the child found at the given index within this group.
Parameters
| Name | Type | Description | 
|---|---|---|
| index | integer | The index to return the child from. | 
Returns
 DisplayObject | integer - 
 The child that was found at the given index, or -1 for an invalid index.
- Source code: core/Group.js (Line 524)
 
          
Please login to continue.