public class ParticleSystemManager
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
addParticleBatch(long id,
ParticleBatch batch,
ChangeSet changes) |
long |
addParticleSystem(ParticleSystem newSystem,
ChangeSet changes) |
void |
enableParticleSystem(long sysID,
boolean enable,
ChangeSet changes) |
void |
finalize() |
void |
removeParticleSystem(long sysID,
ChangeSet changeSet) |
public void finalize()
finalize
in class java.lang.Object
public long addParticleSystem(ParticleSystem newSystem, ChangeSet changes)
public void addParticleBatch(long id, ParticleBatch batch, ChangeSet changes)
public void enableParticleSystem(long sysID, boolean enable, ChangeSet changes)
public void removeParticleSystem(long sysID, ChangeSet changeSet)