Uses of Class
com.badlogic.gdx.utils.Json
-
-
Uses of Json in com.badlogic.gdx.graphics.g3d.particles
Methods in com.badlogic.gdx.graphics.g3d.particles with parameters of type Json 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)voidParticleController. write(Json json)voidParticleControllerComponent. write(Json json)voidResourceData.AssetData. write(Json json)voidResourceData.SaveData. write(Json json)voidResourceData. write(Json json) -
Uses of Json in com.badlogic.gdx.graphics.g3d.particles.emitters
Methods in com.badlogic.gdx.graphics.g3d.particles.emitters with parameters of type Json Modifier and Type Method Description voidEmitter. read(Json json, JsonValue jsonData)voidRegularEmitter. read(Json json, JsonValue jsonData)voidEmitter. write(Json json)voidRegularEmitter. write(Json json) -
Uses of Json in com.badlogic.gdx.graphics.g3d.particles.influencers
Methods in com.badlogic.gdx.graphics.g3d.particles.influencers with parameters of type Json 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)voidColorInfluencer.Single. write(Json json)voidDynamicsInfluencer. write(Json json)voidDynamicsModifier.Angular. write(Json json)voidDynamicsModifier.Strength. write(Json json)voidDynamicsModifier. write(Json json)voidRegionInfluencer. write(Json json)voidSimpleInfluencer. write(Json json)voidSpawnInfluencer. write(Json json) -
Uses of Json in com.badlogic.gdx.graphics.g3d.particles.values
Methods in com.badlogic.gdx.graphics.g3d.particles.values with parameters of type Json 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)voidEllipseSpawnShapeValue. write(Json json)voidGradientColorValue. write(Json json)voidNumericValue. write(Json json)voidParticleValue. write(Json json)voidPrimitiveSpawnShapeValue. write(Json json)voidRangedNumericValue. write(Json json)voidScaledNumericValue. write(Json json)voidSpawnShapeValue. write(Json json) -
Uses of Json in com.badlogic.gdx.net
Fields in com.badlogic.gdx.net declared as Json Modifier and Type Field Description static JsonHttpRequestBuilder. jsonWill be used for the object serialization in caseHttpRequestBuilder.jsonContent(Object)is called. -
Uses of Json in com.badlogic.gdx.scenes.scene2d.ui
Methods in com.badlogic.gdx.scenes.scene2d.ui that return Json Modifier and Type Method Description protected JsonSkin. getJsonLoader(FileHandle skinFile) -
Uses of Json in com.badlogic.gdx.utils
Methods in com.badlogic.gdx.utils with parameters of type Json Modifier and Type Method Description 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.ReadOnlySerializer. write(Json json, T object, java.lang.Class knownType)voidJson.Serializable. write(Json json)voidJson.Serializer. write(Json json, T object, java.lang.Class knownType)
-