|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Array | |
---|---|
com.badlogic.gdx.assets.loaders | |
com.badlogic.gdx.graphics.g2d | |
com.badlogic.gdx.graphics.g3d.decals | |
com.badlogic.gdx.utils |
Uses of Array in com.badlogic.gdx.assets.loaders |
---|
Uses of Array in com.badlogic.gdx.graphics.g2d |
---|
Methods in com.badlogic.gdx.graphics.g2d that return Array | |
---|---|
Array<ParticleEmitter> |
ParticleEffect.getEmitters()
|
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.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<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)
|
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 |