getItems()
Return the objects currently in the group.
Parameters
Once an object group has been created, you can use the following function:
group.getItems()
Returns
return itemList
| Value | Type | Description |
|---|---|---|
| itemList | list[Drawable] |
A copy of the list of objects in the group. |