- All Implemented Interfaces:
com.badlogic.gdx.utils.Json.Serializable
, Iterable<com.badlogic.gdx.utils.ObjectMap.Entry<String,Integer>>
public class GLTFMorphTarget
extends com.badlogic.gdx.utils.ObjectMap<String,Integer>
implements com.badlogic.gdx.utils.Json.Serializable
-
Nested Class Summary
Nested classes/interfaces inherited from class com.badlogic.gdx.utils.ObjectMap
com.badlogic.gdx.utils.ObjectMap.Entries<K,V>, com.badlogic.gdx.utils.ObjectMap.Entry<K,V>, com.badlogic.gdx.utils.ObjectMap.Keys<K>, com.badlogic.gdx.utils.ObjectMap.Values<V>
-
Field Summary
Fields inherited from class com.badlogic.gdx.utils.ObjectMap
mask, shift, size
-
Constructor Summary
Constructors
-
Method Summary
void
read(com.badlogic.gdx.utils.Json json,
com.badlogic.gdx.utils.JsonValue jsonData)
void
write(com.badlogic.gdx.utils.Json json)
Methods inherited from class com.badlogic.gdx.utils.ObjectMap
clear, clear, containsKey, containsValue, ensureCapacity, entries, equals, equalsIdentity, findKey, get, get, hashCode, isEmpty, iterator, keys, notEmpty, place, put, putAll, remove, shrink, toString, toString, toString, values
-
Constructor Details
-
GLTFMorphTarget
public GLTFMorphTarget()
-
Method Details
-
write
public void write(com.badlogic.gdx.utils.Json json)
- Specified by:
write
in interface com.badlogic.gdx.utils.Json.Serializable
-
read
public void read(com.badlogic.gdx.utils.Json json,
com.badlogic.gdx.utils.JsonValue jsonData)
- Specified by:
read
in interface com.badlogic.gdx.utils.Json.Serializable