public class ParticleValue extends java.lang.Object implements Json.Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
active |
| Constructor and Description |
|---|
ParticleValue() |
ParticleValue(ParticleValue value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isActive() |
void |
load(ParticleValue value) |
void |
read(Json json,
JsonValue jsonData) |
void |
setActive(boolean active) |
void |
write(Json json) |
public ParticleValue()
public ParticleValue(ParticleValue value)
public boolean isActive()
public void setActive(boolean active)
public void load(ParticleValue value)
public void write(Json json)
write in interface Json.Serializablepublic void read(Json json, JsonValue jsonData)
read in interface Json.Serializable