ktx
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
ktx
collections
/
ktx.collections
/
addAll
add
All
fun
<
Type
>
GdxArray
<
Type
>
.
addAll
(
elements
:
Iterable
<
Type
>
)
Parameters
elements
will be iterated over and added to the array.
fun
<
Type
>
GdxSet
<
Type
>
.
addAll
(
elements
:
Iterable
<
Type
>
)
Parameters
elements
will be iterated over and added to the set.