| Modifier and Type | Method and Description |
|---|---|
void |
ResourceData.read(Json json,
JsonValue jsonData) |
void |
ResourceData.SaveData.read(Json json,
JsonValue jsonData) |
void |
ResourceData.AssetData.read(Json json,
JsonValue jsonData) |
void |
ParticleControllerComponent.read(Json json,
JsonValue jsonData) |
void |
ParticleController.read(Json json,
JsonValue jsonMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
RegularEmitter.read(Json json,
JsonValue jsonData) |
void |
Emitter.read(Json json,
JsonValue jsonData) |
| Modifier and Type | Method and Description |
|---|---|
void |
SpawnInfluencer.read(Json json,
JsonValue jsonData) |
void |
SimpleInfluencer.read(Json json,
JsonValue jsonData) |
void |
RegionInfluencer.read(Json json,
JsonValue jsonData) |
void |
DynamicsModifier.read(Json json,
JsonValue jsonData) |
void |
DynamicsModifier.Strength.read(Json json,
JsonValue jsonData) |
void |
DynamicsModifier.Angular.read(Json json,
JsonValue jsonData) |
void |
DynamicsInfluencer.read(Json json,
JsonValue jsonData) |
void |
ColorInfluencer.Single.read(Json json,
JsonValue jsonData) |
| Modifier and Type | Method and Description |
|---|---|
void |
SpawnShapeValue.read(Json json,
JsonValue jsonData) |
void |
ScaledNumericValue.read(Json json,
JsonValue jsonData) |
void |
RangedNumericValue.read(Json json,
JsonValue jsonData) |
void |
PrimitiveSpawnShapeValue.read(Json json,
JsonValue jsonData) |
void |
ParticleValue.read(Json json,
JsonValue jsonData) |
void |
NumericValue.read(Json json,
JsonValue jsonData) |
void |
GradientColorValue.read(Json json,
JsonValue jsonData) |
void |
EllipseSpawnShapeValue.read(Json json,
JsonValue jsonData) |
| Modifier and Type | Field and Description |
|---|---|
JsonValue |
JsonValue.child
May be null.
|
JsonValue |
JsonValue.next
May be null.
|
JsonValue |
JsonValue.parent
May be null.
|
JsonValue |
JsonValue.prev
May be null.
|
| Modifier and Type | Method and Description |
|---|---|
JsonValue |
JsonValue.child()
Returns the first child for this object or array.
|
JsonValue |
JsonValue.get(int index)
Returns the child at the specified index.
|
JsonValue |
JsonValue.get(String name)
Returns the child with the specified name.
|
JsonValue |
JsonValue.getChild(String name)
Finds the child with the specified name and returns its first child.
|
JsonValue |
JsonValue.next()
Returns the next sibling of this value.
|
JsonValue |
JsonValue.JsonIterator.next() |
JsonValue |
JsonValue.parent()
Returns the parent for this value.
|
JsonValue |
JsonReader.parse(char[] data,
int offset,
int length) |
JsonValue |
UBJsonReader.parse(DataInputStream din) |
JsonValue |
UBJsonReader.parse(FileHandle file) |
JsonValue |
JsonReader.parse(FileHandle file) |
JsonValue |
BaseJsonReader.parse(FileHandle file) |
JsonValue |
UBJsonReader.parse(InputStream input)
Parses the UBJSON from the given stream.
|
JsonValue |
JsonReader.parse(InputStream input) |
JsonValue |
BaseJsonReader.parse(InputStream input) |
JsonValue |
JsonReader.parse(Reader reader) |
JsonValue |
JsonReader.parse(String json) |
JsonValue |
JsonValue.prev()
Returns the previous sibling of this value.
|
JsonValue |
JsonValue.remove(int index)
Removes the child with the specified index.
|
JsonValue |
JsonValue.remove(String name)
Removes the child with the specified name.
|
JsonValue |
JsonValue.require(int index)
Returns the child at the specified index.
|
JsonValue |
JsonValue.require(String name)
Returns the child with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<JsonValue> |
JsonValue.JsonIterator.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
JsonValue.addChild(JsonValue value)
Adds the specified value after the last child.
|
void |
JsonValue.addChild(String name,
JsonValue value)
Sets the name of the specified value and adds it after the last child.
|
void |
Json.Serializable.read(Json json,
JsonValue jsonData) |
T |
Json.Serializer.read(Json json,
JsonValue jsonData,
Class type) |
abstract T |
Json.ReadOnlySerializer.read(Json json,
JsonValue jsonData,
Class type) |
void |
Json.readField(Object object,
Field field,
String jsonName,
Class elementType,
JsonValue jsonMap) |
void |
Json.readField(Object object,
String name,
Class elementType,
JsonValue jsonData) |
void |
Json.readField(Object object,
String name,
JsonValue jsonData) |
void |
Json.readField(Object object,
String fieldName,
String jsonName,
Class elementType,
JsonValue jsonMap) |
void |
Json.readField(Object object,
String fieldName,
String jsonName,
JsonValue jsonData) |
void |
Json.readFields(Object object,
JsonValue jsonMap) |
<T> T |
Json.readValue(Class<T> type,
Class elementType,
JsonValue jsonData) |
<T> T |
Json.readValue(Class<T> type,
Class elementType,
T defaultValue,
JsonValue jsonData) |
<T> T |
Json.readValue(Class<T> type,
JsonValue jsonData) |
<T> T |
Json.readValue(String name,
Class<T> type,
Class elementType,
JsonValue jsonMap) |
<T> T |
Json.readValue(String name,
Class<T> type,
Class elementType,
T defaultValue,
JsonValue jsonMap) |
<T> T |
Json.readValue(String name,
Class<T> type,
JsonValue jsonMap) |
<T> T |
Json.readValue(String name,
Class<T> type,
T defaultValue,
JsonValue jsonMap) |
void |
JsonValue.setNext(JsonValue next)
Sets the next sibling of this value.
|
void |
JsonValue.setPrev(JsonValue prev)
Sets the next sibling of this value.
|
UBJsonWriter |
UBJsonWriter.value(JsonValue value)
Appends the given JsonValue, including all its fields recursively, to the stream.
|
Copyright © 2021. All rights reserved.