Uses of Interface
com.badlogic.gdx.utils.BaseJsonReader
-
Packages that use BaseJsonReader Package Description com.badlogic.gdx.graphics.g3d.loader com.badlogic.gdx.utils -
-
Uses of BaseJsonReader in com.badlogic.gdx.graphics.g3d.loader
Fields in com.badlogic.gdx.graphics.g3d.loader declared as BaseJsonReader Modifier and Type Field Description protected BaseJsonReaderG3dModelLoader. readerConstructors in com.badlogic.gdx.graphics.g3d.loader with parameters of type BaseJsonReader Constructor Description G3dModelLoader(BaseJsonReader reader)G3dModelLoader(BaseJsonReader reader, FileHandleResolver resolver) -
Uses of BaseJsonReader in com.badlogic.gdx.utils
Classes in com.badlogic.gdx.utils that implement BaseJsonReader Modifier and Type Class Description classJsonReaderLightweight JSON parser.
The default behavior is to parse the JSON into a DOM containingJsonValueobjects.classUBJsonReaderLightweight UBJSON parser.
The default behavior is to parse the JSON into a DOM containingJsonValueobjects.
-