Class GLTFMorphTarget

java.lang.Object
com.badlogic.gdx.utils.ObjectMap<String,Integer>
gaiasky.util.gdx.model.gltf.data.geometry.GLTFMorphTarget
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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator
  • 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