| Package | idv.cjcat.stardust.common.particles |
| Interface | public interface ParticleIterator |
| Implementors | ParticleFastArrayIterator, ParticleListIterator |
| Method | Defined by | ||
|---|---|---|---|
| ParticleIterator | |||
|
Makes the target iterator to point to the same particle as this iterator.
| ParticleIterator | ||
|
next():void
Moves the iterator to the next particle.
| ParticleIterator | ||
|
The current particle.
| ParticleIterator | ||
|
remove():void
Removes the current particle from the list and moves the iterator to the next particle.
| ParticleIterator | ||
|
reset():void
Resets the iterator to the first particle.
| ParticleIterator | ||
| clone | () | method |
| dump | () | method |
public function dump(target:ParticleIterator):ParticleIteratorMakes the target iterator to point to the same particle as this iterator.
Parameterstarget:ParticleIterator — The dumped target.
|
ParticleIterator |
| next | () | method |
public function next():voidMoves the iterator to the next particle.
| particle | () | method |
| remove | () | method |
public function remove():voidRemoves the current particle from the list and moves the iterator to the next particle.
| reset | () | method |
public function reset():voidResets the iterator to the first particle.