Uses of Class
com.badlogic.gdx.utils.IntArray
-
Packages that use IntArray Package Description com.badlogic.gdx.graphics.g2d com.badlogic.gdx.maps.tiled.tiles com.badlogic.gdx.math com.badlogic.gdx.utils -
-
Uses of IntArray in com.badlogic.gdx.graphics.g2d
Fields in com.badlogic.gdx.graphics.g2d declared as IntArray Modifier and Type Field Description IntArrayGlyphLayout. colorsDetermines the colors of the glpyhs in theGlyphLayout.runs. -
Uses of IntArray in com.badlogic.gdx.maps.tiled.tiles
Constructors in com.badlogic.gdx.maps.tiled.tiles with parameters of type IntArray Constructor Description AnimatedTiledMapTile(IntArray intervals, Array<StaticTiledMapTile> frameTiles)Creates an animated tile with the given animation intervals and frame tiles. -
Uses of IntArray in com.badlogic.gdx.math
Methods in com.badlogic.gdx.math that return IntArray Modifier and Type Method Description IntArrayConvexHull. computeIndices(float[] polygon, boolean sorted, boolean yDown)IntArrayConvexHull. computeIndices(float[] points, int offset, int count, boolean sorted, boolean yDown)Computes a hull the same asConvexHull.computePolygon(float[], int, int, boolean)but returns indices of the specified points.IntArrayConvexHull. computeIndices(FloatArray points, boolean sorted, boolean yDown) -
Uses of IntArray in com.badlogic.gdx.utils
Methods in com.badlogic.gdx.utils that return IntArray Modifier and Type Method Description IntArrayIntFloatMap.Keys. toArray()Returns a new array containing the remaining keys.IntArrayIntFloatMap.Keys. toArray(IntArray array)Adds the remaining values to the specified array.IntArrayIntIntMap.Keys. toArray()Returns a new array containing the remaining keys.IntArrayIntIntMap.Keys. toArray(IntArray array)Adds the remaining values to the specified array.IntArrayIntIntMap.Values. toArray()Returns a new array containing the remaining values.IntArrayIntIntMap.Values. toArray(IntArray array)Adds the remaining values to the specified array.IntArrayIntMap.Keys. toArray()Returns a new array containing the remaining keys.IntArrayIntMap.Keys. toArray(IntArray array)Adds the remaining values to the specified array.IntArrayIntSet.IntSetIterator. toArray()Returns a new array containing the remaining keys.IntArrayObjectIntMap.Values. toArray()Returns a new array containing the remaining values.IntArrayObjectIntMap.Values. toArray(IntArray array)Adds the remaining values to the specified array.static IntArrayIntArray. with(int... array)Methods in com.badlogic.gdx.utils with parameters of type IntArray Modifier and Type Method Description voidIntArray. addAll(IntArray array)voidIntArray. addAll(IntArray array, int offset, int length)voidIntSet. addAll(IntArray array)voidIntSet. addAll(IntArray array, int offset, int length)booleanIntArray. removeAll(IntArray array)Removes from this array all of elements contained in the specified array.IntArrayIntFloatMap.Keys. toArray(IntArray array)Adds the remaining values to the specified array.IntArrayIntIntMap.Keys. toArray(IntArray array)Adds the remaining values to the specified array.IntArrayIntIntMap.Values. toArray(IntArray array)Adds the remaining values to the specified array.IntArrayIntMap.Keys. toArray(IntArray array)Adds the remaining values to the specified array.IntArrayObjectIntMap.Values. toArray(IntArray array)Adds the remaining values to the specified array.Constructors in com.badlogic.gdx.utils with parameters of type IntArray Constructor Description IntArray(IntArray array)Creates a new array containing the elements in the specific array.
-