Uses of Class
com.badlogic.gdx.utils.IntIntMap
-
Packages that use IntIntMap Package Description com.badlogic.gdx.graphics.g3d.utils com.badlogic.gdx.utils -
-
Uses of IntIntMap in com.badlogic.gdx.graphics.g3d.utils
Fields in com.badlogic.gdx.graphics.g3d.utils declared as IntIntMap Modifier and Type Field Description protected IntIntMapFirstPersonCameraController. keys -
Uses of IntIntMap in com.badlogic.gdx.utils
Methods in com.badlogic.gdx.utils with parameters of type IntIntMap Modifier and Type Method Description voidIntIntMap. putAll(IntIntMap map)Constructors in com.badlogic.gdx.utils with parameters of type IntIntMap Constructor Description Entries(IntIntMap map)IntIntMap(IntIntMap map)Creates a new map identical to the specified map.Keys(IntIntMap map)Values(IntIntMap map)
-