|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Array in com.badlogic.gdx |
---|
Methods in com.badlogic.gdx that return Array | |
---|---|
Array<InputProcessor> |
InputMultiplexer.getProcessors()
|
Methods in com.badlogic.gdx with parameters of type Array | |
---|---|
void |
InputMultiplexer.setProcessors(Array<InputProcessor> processors)
|
Uses of Array in com.badlogic.gdx.assets.loaders |
---|
Uses of Array in com.badlogic.gdx.backends.android |
---|
Fields in com.badlogic.gdx.backends.android declared as Array | |
---|---|
protected Array<java.lang.Runnable> |
AndroidApplication.executedRunnables
|
protected Array<java.lang.Runnable> |
AndroidApplication.runnables
|
Uses of Array in com.badlogic.gdx.graphics.g2d |
---|
Methods in com.badlogic.gdx.graphics.g2d that return Array | |
---|---|
Array<ParticleEmitter> |
ParticleEffect.getEmitters()
|
Array<PixmapPacker.Page> |
PixmapPacker.getPages()
|
Array<TextureAtlas.TextureAtlasData.Page> |
TextureAtlas.TextureAtlasData.getPages()
|
Array<TextureAtlas.TextureAtlasData.Region> |
TextureAtlas.TextureAtlasData.getRegions()
|
Uses of Array in com.badlogic.gdx.graphics.g3d.decals |
---|
Methods in com.badlogic.gdx.graphics.g3d.decals with parameters of type Array | |
---|---|
void |
GroupPlug.beforeGroup(Array<Decal> contents)
|
void |
CameraGroupStrategy.beforeGroup(int group,
Array<Decal> contents)
|
void |
DefaultGroupStrategy.beforeGroup(int group,
Array<Decal> contents)
|
void |
GroupStrategy.beforeGroup(int group,
Array<Decal> contents)
Invoked directly before rendering the contents of a group |
void |
PluggableGroupStrategy.beforeGroup(int group,
Array<Decal> contents)
|
void |
SimpleOrthoGroupStrategy.beforeGroup(int group,
Array<Decal> contents)
|
Uses of Array in com.badlogic.gdx.scenes.scene2d.ui |
---|
Methods in com.badlogic.gdx.scenes.scene2d.ui that return Array | |
---|---|
Array<Button> |
ButtonGroup.getAllChecked()
|
Array<Button> |
ButtonGroup.getButtons()
|
Uses of Array in com.badlogic.gdx.utils |
---|
Methods in com.badlogic.gdx.utils that return Array | |
---|---|
Array<XmlReader.Element> |
XmlReader.Element.getChildrenByName(java.lang.String name)
|
Array<XmlReader.Element> |
XmlReader.Element.getChildrenByNameRecursively(java.lang.String name)
|
Array<K> |
OrderedMap.orderedKeys()
|
Array<V> |
IdentityMap.Values.toArray()
Returns a new array containing the remaining values. |
Array<K> |
IdentityMap.Keys.toArray()
Returns a new array containing the remaining keys. |
Array<V> |
IntMap.Values.toArray()
Returns a new array containing the remaining values. |
Array<V> |
LongMap.Values.toArray()
Returns a new array containing the remaining values. |
Array<K> |
ObjectIntMap.Keys.toArray()
Returns a new array containing the remaining keys. |
Array<V> |
ObjectMap.Values.toArray()
Returns a new array containing the remaining values. |
Array<K> |
ObjectMap.Keys.toArray()
Returns a new array containing the remaining keys. |
Methods in com.badlogic.gdx.utils with parameters of type Array | ||
---|---|---|
void |
Array.addAll(Array array)
|
|
void |
Array.addAll(Array array,
int offset,
int length)
|
|
void |
Pool.free(Array<T> objects)
Puts the specified objects in the pool. |
|
|
Sort.sort(Array<T> a)
|
|
|
Sort.sort(Array<T> a,
java.util.Comparator<T> c)
|
|
void |
ObjectMap.Values.toArray(Array<V> array)
Adds the value entries to the given array. |
Constructors in com.badlogic.gdx.utils with parameters of type Array | |
---|---|
Array.ArrayIterable(Array<T> array)
|
|
Array.ArrayIterator(Array<T> array)
|
|
Array(Array array)
Creates a new array containing the elements in the specified array. |
|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |