Uses of Class
com.badlogic.gdx.utils.ArrayMap
-
Packages that use ArrayMap Package Description com.badlogic.gdx.graphics.g3d.model com.badlogic.gdx.graphics.g3d.model.data com.badlogic.gdx.utils -
-
Uses of ArrayMap in com.badlogic.gdx.graphics.g3d.model
Fields in com.badlogic.gdx.graphics.g3d.model declared as ArrayMap Modifier and Type Field Description ArrayMap<Node,Matrix4>NodePart. invBoneBindTransformsMapping to each bone (node) and the inverse transform of the bind pose. -
Uses of ArrayMap in com.badlogic.gdx.graphics.g3d.model.data
Fields in com.badlogic.gdx.graphics.g3d.model.data declared as ArrayMap Modifier and Type Field Description ArrayMap<java.lang.String,Matrix4>ModelNodePart. bones -
Uses of ArrayMap in com.badlogic.gdx.utils
Methods in com.badlogic.gdx.utils with parameters of type ArrayMap Modifier and Type Method Description voidArrayMap. putAll(ArrayMap<? extends K,? extends V> map)voidArrayMap. putAll(ArrayMap<? extends K,? extends V> map, int offset, int length)Constructors in com.badlogic.gdx.utils with parameters of type ArrayMap Constructor Description ArrayMap(ArrayMap array)Creates a new map containing the elements in the specified map.Entries(ArrayMap<K,V> map)Keys(ArrayMap<K,java.lang.Object> map)Values(ArrayMap<java.lang.Object,V> map)
-