Modifier and Type | Method and Description |
---|---|
void |
ParticleController.read(Json json,
JsonValue jsonMap) |
void |
ParticleControllerComponent.read(Json json,
JsonValue jsonData) |
void |
ResourceData.read(Json json,
JsonValue jsonData) |
void |
ResourceData.SaveData.read(Json json,
JsonValue jsonData) |
void |
ResourceData.AssetData.read(Json json,
JsonValue jsonData) |
void |
ParticleController.write(Json json) |
void |
ParticleControllerComponent.write(Json json) |
void |
ResourceData.write(Json json) |
void |
ResourceData.SaveData.write(Json json) |
void |
ResourceData.AssetData.write(Json json) |
Modifier and Type | Method and Description |
---|---|
void |
Emitter.read(Json json,
JsonValue jsonData) |
void |
RegularEmitter.read(Json json,
JsonValue jsonData) |
void |
Emitter.write(Json json) |
void |
RegularEmitter.write(Json json) |
Modifier and Type | Method and Description |
---|---|
void |
ColorInfluencer.Single.read(Json json,
JsonValue jsonData) |
void |
DynamicsInfluencer.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 |
RegionInfluencer.read(Json json,
JsonValue jsonData) |
void |
SimpleInfluencer.read(Json json,
JsonValue jsonData) |
void |
SpawnInfluencer.read(Json json,
JsonValue jsonData) |
void |
ColorInfluencer.Single.write(Json json) |
void |
DynamicsInfluencer.write(Json json) |
void |
DynamicsModifier.write(Json json) |
void |
DynamicsModifier.Strength.write(Json json) |
void |
DynamicsModifier.Angular.write(Json json) |
void |
RegionInfluencer.write(Json json) |
void |
SimpleInfluencer.write(Json json) |
void |
SpawnInfluencer.write(Json json) |
Modifier and Type | Method and Description |
---|---|
void |
EllipseSpawnShapeValue.read(Json json,
JsonValue jsonData) |
void |
GradientColorValue.read(Json json,
JsonValue jsonData) |
void |
NumericValue.read(Json json,
JsonValue jsonData) |
void |
ParticleValue.read(Json json,
JsonValue jsonData) |
void |
PrimitiveSpawnShapeValue.read(Json json,
JsonValue jsonData) |
void |
RangedNumericValue.read(Json json,
JsonValue jsonData) |
void |
ScaledNumericValue.read(Json json,
JsonValue jsonData) |
void |
SpawnShapeValue.read(Json json,
JsonValue jsonData) |
void |
EllipseSpawnShapeValue.write(Json json) |
void |
GradientColorValue.write(Json json) |
void |
NumericValue.write(Json json) |
void |
ParticleValue.write(Json json) |
void |
PrimitiveSpawnShapeValue.write(Json json) |
void |
RangedNumericValue.write(Json json) |
void |
ScaledNumericValue.write(Json json) |
void |
SpawnShapeValue.write(Json json) |
Modifier and Type | Method and Description |
---|---|
protected Json |
Skin.getJsonLoader(FileHandle skinFile) |
Modifier and Type | Method and Description |
---|---|
void |
Json.Serializable.read(Json json,
JsonValue jsonData) |
T |
Json.Serializer.read(Json json,
JsonValue jsonData,
java.lang.Class type) |
abstract T |
Json.ReadOnlySerializer.read(Json json,
JsonValue jsonData,
java.lang.Class type) |
void |
Json.Serializable.write(Json json) |
void |
Json.Serializer.write(Json json,
T object,
java.lang.Class knownType) |
void |
Json.ReadOnlySerializer.write(Json json,
T object,
java.lang.Class knownType) |