toGdxArray
Return
values copied from this iterable stored in a libGDX array.
Parameters
if false, methods that remove elements may change the order of other elements in the array, which avoids a memory copy.
initial size of the backing array.
Return
values copied from this array stored in a libGDX array.
Parameters
if false, methods that remove elements may change the order of other elements in the array, which avoids a memory copy.
initial size of the backing array. Defaults to this array size.
Return
values copied from this array stored in an optimized libGDX int array.
Parameters
if false, methods that remove elements may change the order of other elements in the array, which avoids a memory copy.
initial size of the backing array. Defaults to this array size.
Return
values copied from this array stored in an optimized libGDX float array.
Parameters
if false, methods that remove elements may change the order of other elements in the array, which avoids a memory copy.
initial size of the backing array. Defaults to this array size.
Return
values copied from this array stored in an optimized libGDX boolean array.
Parameters
if false, methods that remove elements may change the order of other elements in the array, which avoids a memory copy.
initial size of the backing array. Defaults to this array size.
Return
values copied from this set stored in a libGDX array.
Parameters
if false, methods that remove elements may change the order of other elements in the array, which avoids a memory copy.
initial size of the backing array. Defaults to set size.