Uses of Class
com.badlogic.gdx.utils.JsonValue
-
-
Uses of JsonValue in com.badlogic.gdx.graphics.g3d.loader
Methods in com.badlogic.gdx.graphics.g3d.loader with parameters of type JsonValue Modifier and Type Method Description protected voidG3dModelLoader. parseAnimations(ModelData model, JsonValue json)protected VertexAttribute[]G3dModelLoader. parseAttributes(JsonValue attributes)protected ColorG3dModelLoader. parseColor(JsonValue colorArray)protected voidG3dModelLoader. parseMaterials(ModelData model, JsonValue json, java.lang.String materialDir)protected voidG3dModelLoader. parseMeshes(ModelData model, JsonValue json)protected Array<ModelNode>G3dModelLoader. parseNodes(ModelData model, JsonValue json)protected ModelNodeG3dModelLoader. parseNodesRecursively(JsonValue json)protected Vector2G3dModelLoader. readVector2(JsonValue vectorArray, float x, float y) -
Uses of JsonValue in com.badlogic.gdx.graphics.g3d.particles
Methods in com.badlogic.gdx.graphics.g3d.particles with parameters of type JsonValue Modifier and Type Method Description voidParticleController. read(Json json, JsonValue jsonMap)voidParticleControllerComponent. read(Json json, JsonValue jsonData)voidResourceData.AssetData. read(Json json, JsonValue jsonData)voidResourceData. read(Json json, JsonValue jsonData)voidResourceData.SaveData. read(Json json, JsonValue jsonData) -
Uses of JsonValue in com.badlogic.gdx.graphics.g3d.particles.emitters
Methods in com.badlogic.gdx.graphics.g3d.particles.emitters with parameters of type JsonValue Modifier and Type Method Description voidEmitter. read(Json json, JsonValue jsonData)voidRegularEmitter. read(Json json, JsonValue jsonData) -
Uses of JsonValue in com.badlogic.gdx.graphics.g3d.particles.influencers
Methods in com.badlogic.gdx.graphics.g3d.particles.influencers with parameters of type JsonValue Modifier and Type Method Description voidColorInfluencer.Single. read(Json json, JsonValue jsonData)voidDynamicsInfluencer. read(Json json, JsonValue jsonData)voidDynamicsModifier.Angular. read(Json json, JsonValue jsonData)voidDynamicsModifier. read(Json json, JsonValue jsonData)voidDynamicsModifier.Strength. read(Json json, JsonValue jsonData)voidRegionInfluencer. read(Json json, JsonValue jsonData)voidSimpleInfluencer. read(Json json, JsonValue jsonData)voidSpawnInfluencer. read(Json json, JsonValue jsonData) -
Uses of JsonValue in com.badlogic.gdx.graphics.g3d.particles.values
Methods in com.badlogic.gdx.graphics.g3d.particles.values with parameters of type JsonValue Modifier and Type Method Description voidEllipseSpawnShapeValue. read(Json json, JsonValue jsonData)voidGradientColorValue. read(Json json, JsonValue jsonData)voidNumericValue. read(Json json, JsonValue jsonData)voidParticleValue. read(Json json, JsonValue jsonData)voidPrimitiveSpawnShapeValue. read(Json json, JsonValue jsonData)voidRangedNumericValue. read(Json json, JsonValue jsonData)voidScaledNumericValue. read(Json json, JsonValue jsonData)voidSpawnShapeValue. read(Json json, JsonValue jsonData) -
Uses of JsonValue in com.badlogic.gdx.utils
Fields in com.badlogic.gdx.utils declared as JsonValue Modifier and Type Field Description JsonValueJsonValue. childMay be null.JsonValueJsonValue. nextMay be null.JsonValueJsonValue. parentMay be null.JsonValueJsonValue. prevMay be null.Methods in com.badlogic.gdx.utils that return JsonValue Modifier and Type Method Description JsonValueJsonValue. child()Returns the first child for this object or array.JsonValueJsonValue. get(int index)Returns the child at the specified index.JsonValueJsonValue. get(java.lang.String name)Returns the child with the specified name.JsonValueJsonValue. getChild(java.lang.String name)Finds the child with the specified name and returns its first child.JsonValueJsonValue.JsonIterator. next()JsonValueJsonValue. next()Returns the next sibling of this value.JsonValueJsonValue. parent()Returns the parent for this value.JsonValueBaseJsonReader. parse(FileHandle file)JsonValueBaseJsonReader. parse(java.io.InputStream input)JsonValueJsonReader. parse(char[] data, int offset, int length)JsonValueJsonReader. parse(FileHandle file)JsonValueJsonReader. parse(java.io.InputStream input)JsonValueJsonReader. parse(java.io.Reader reader)JsonValueJsonReader. parse(java.lang.String json)JsonValueUBJsonReader. parse(FileHandle file)JsonValueUBJsonReader. parse(java.io.DataInputStream din)protected JsonValueUBJsonReader. parse(java.io.DataInputStream din, byte type)JsonValueUBJsonReader. parse(java.io.InputStream input)Parses the UBJSON from the given stream.protected JsonValueUBJsonReader. parseArray(java.io.DataInputStream din)protected JsonValueUBJsonReader. parseData(java.io.DataInputStream din, byte blockType)protected JsonValueUBJsonReader. parseObject(java.io.DataInputStream din)JsonValueJsonValue. prev()Returns the previous sibling of this value.JsonValueJsonValue. remove(int index)Removes the child with the specified index.JsonValueJsonValue. remove(java.lang.String name)Removes the child with the specified name.JsonValueJsonValue. require(int index)Returns the child at the specified index.JsonValueJsonValue. require(java.lang.String name)Returns the child with the specified name.Methods in com.badlogic.gdx.utils that return types with arguments of type JsonValue Modifier and Type Method Description java.util.Iterator<JsonValue>JsonValue.JsonIterator. iterator()Methods in com.badlogic.gdx.utils with parameters of type JsonValue Modifier and Type Method Description voidJsonValue. addChild(JsonValue value)Adds the specified value after the last child.voidJsonValue. addChild(java.lang.String name, JsonValue value)Sets the name of the specified value and adds it after the last child.abstract TJson.ReadOnlySerializer. read(Json json, JsonValue jsonData, java.lang.Class type)voidJson.Serializable. read(Json json, JsonValue jsonData)TJson.Serializer. read(Json json, JsonValue jsonData, java.lang.Class type)voidJson. readField(java.lang.Object object, Field field, java.lang.String jsonName, java.lang.Class elementType, JsonValue jsonMap)voidJson. readField(java.lang.Object object, java.lang.String name, JsonValue jsonData)voidJson. readField(java.lang.Object object, java.lang.String name, java.lang.Class elementType, JsonValue jsonData)voidJson. readField(java.lang.Object object, java.lang.String fieldName, java.lang.String jsonName, JsonValue jsonData)voidJson. readField(java.lang.Object object, java.lang.String fieldName, java.lang.String jsonName, java.lang.Class elementType, JsonValue jsonMap)voidJson. readFields(java.lang.Object object, JsonValue jsonMap)<T> TJson. readValue(java.lang.Class<T> type, JsonValue jsonData)<T> TJson. readValue(java.lang.Class<T> type, java.lang.Class elementType, JsonValue jsonData)<T> TJson. readValue(java.lang.Class<T> type, java.lang.Class elementType, T defaultValue, JsonValue jsonData)<T> TJson. readValue(java.lang.String name, java.lang.Class<T> type, JsonValue jsonMap)<T> TJson. readValue(java.lang.String name, java.lang.Class<T> type, java.lang.Class elementType, JsonValue jsonMap)<T> TJson. readValue(java.lang.String name, java.lang.Class<T> type, java.lang.Class elementType, T defaultValue, JsonValue jsonMap)<T> TJson. readValue(java.lang.String name, java.lang.Class<T> type, T defaultValue, JsonValue jsonMap)voidJsonValue. setNext(JsonValue next)Sets the next sibling of this value.voidJsonValue. setPrev(JsonValue prev)Sets the next sibling of this value.UBJsonWriterUBJsonWriter. value(JsonValue value)Appends the given JsonValue, including all its fields recursively, to the stream.
-