Class GLTFExtras

java.lang.Object
gaiasky.util.gdx.model.gltf.data.GLTFExtras
All Implemented Interfaces:
com.badlogic.gdx.utils.Json.Serializable

public class GLTFExtras extends Object implements com.badlogic.gdx.utils.Json.Serializable
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    com.badlogic.gdx.utils.JsonValue
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.badlogic.gdx.utils.Array<com.badlogic.gdx.utils.JsonValue>
     
    com.badlogic.gdx.utils.Array<String>
     
    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 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • value

      public com.badlogic.gdx.utils.JsonValue value
  • Constructor Details

    • GLTFExtras

      public GLTFExtras()
  • 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
    • keys

      public com.badlogic.gdx.utils.Array<String> keys()
      Returns:
      a new array of extra properties keys
    • entries

      public com.badlogic.gdx.utils.Array<com.badlogic.gdx.utils.JsonValue> entries()
      Returns:
      a new array of extra properties