Package | Description |
---|---|
com.badlogic.gdx.graphics.g3d.utils | |
com.badlogic.gdx.maps | |
com.badlogic.gdx.scenes.scene2d.ui | |
com.badlogic.gdx.utils |
Modifier and Type | Method and Description |
---|---|
protected static void |
BaseAnimationController.applyAnimation(ObjectMap<Node,BaseAnimationController.Transform> out,
Pool<BaseAnimationController.Transform> pool,
float alpha,
Animation animation,
float time)
Helper method to apply one animation to either an objectmap for blending or directly to the bones.
|
Constructor and Description |
---|
ImageResolver.DirectImageResolver(ObjectMap<java.lang.String,Texture> images) |
Modifier and Type | Method and Description |
---|---|
<T> ObjectMap<java.lang.String,T> |
Skin.getAll(java.lang.Class<T> type)
Returns the name to resource mapping for the specified type, or null if no resources of that type exist.
|
Modifier and Type | Class and Description |
---|---|
class |
OrderedMap<K,V>
|
Modifier and Type | Method and Description |
---|---|
ObjectMap<java.lang.String,java.lang.String> |
XmlReader.Element.getAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
ObjectMap.putAll(ObjectMap<K,V> map) |
Constructor and Description |
---|
ObjectMap.Entries(ObjectMap<K,V> map) |
ObjectMap.Keys(ObjectMap<K,?> map) |
ObjectMap.Values(ObjectMap<?,V> map) |