Uses of Class
com.badlogic.gdx.utils.JsonWriter.OutputType
-
Packages that use JsonWriter.OutputType Package Description com.badlogic.gdx.graphics.g3d.particles com.badlogic.gdx.utils -
-
Uses of JsonWriter.OutputType in com.badlogic.gdx.graphics.g3d.particles
Constructors in com.badlogic.gdx.graphics.g3d.particles with parameters of type JsonWriter.OutputType Constructor Description ParticleEffectSaveParameter(FileHandle file, AssetManager manager, Array<ParticleBatch<?>> batches, JsonWriter.OutputType jsonOutputType, boolean prettyPrint) -
Uses of JsonWriter.OutputType in com.badlogic.gdx.utils
Fields in com.badlogic.gdx.utils declared as JsonWriter.OutputType Modifier and Type Field Description JsonWriter.OutputTypeJsonValue.PrettyPrintSettings. outputTypeMethods in com.badlogic.gdx.utils that return JsonWriter.OutputType Modifier and Type Method Description static JsonWriter.OutputTypeJsonWriter.OutputType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JsonWriter.OutputType[]JsonWriter.OutputType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.badlogic.gdx.utils with parameters of type JsonWriter.OutputType Modifier and Type Method Description java.lang.StringJsonValue. prettyPrint(JsonWriter.OutputType outputType, int singleLineColumns)voidJsonValue. prettyPrint(JsonWriter.OutputType outputType, java.io.Writer writer)More efficient thanJsonValue.prettyPrint(PrettyPrintSettings)butJsonValue.PrettyPrintSettings.singleLineColumnsandJsonValue.PrettyPrintSettings.wrapNumericArraysare not supported.voidJson. setOutputType(JsonWriter.OutputType outputType)Default isminimal.voidJsonWriter. setOutputType(JsonWriter.OutputType outputType)Sets the type of JSON output.java.lang.StringJsonValue. toJson(JsonWriter.OutputType outputType)Constructors in com.badlogic.gdx.utils with parameters of type JsonWriter.OutputType Constructor Description Json(JsonWriter.OutputType outputType)
-