public class GLTFMorphTarget
extends com.badlogic.gdx.utils.ObjectMap<java.lang.String,java.lang.Integer>
implements com.badlogic.gdx.utils.Json.Serializable
| Constructor and Description |
|---|
GLTFMorphTarget() |
| Modifier and Type | Method and Description |
|---|---|
void |
read(com.badlogic.gdx.utils.Json json,
com.badlogic.gdx.utils.JsonValue jsonData) |
void |
write(com.badlogic.gdx.utils.Json json) |
clear, clear, containsKey, containsValue, ensureCapacity, entries, equals, equalsIdentity, findKey, get, get, hashCode, isEmpty, iterator, keys, notEmpty, put, putAll, remove, shrink, toString, toString, valuespublic void write(com.badlogic.gdx.utils.Json json)
write in interface com.badlogic.gdx.utils.Json.Serializablepublic void read(com.badlogic.gdx.utils.Json json,
com.badlogic.gdx.utils.JsonValue jsonData)
read in interface com.badlogic.gdx.utils.Json.Serializable