Packageidv.cjcat.stardust.common.particles
Interfacepublic interface ParticleCollection
ImplementorsParticleFastArray, ParticleList



Public Properties
 PropertyDefined by
  size : int
[read-only]
ParticleCollection
Public Methods
 MethodDefined by
  
add(particle:Particle):void
ParticleCollection
  
clear():void
ParticleCollection
  
ParticleCollection
  
sort():void
ParticleCollection
Property detail
sizeproperty
size:int  [read-only]Implementation
    public function get size():int
Method detail
add()method
public function add(particle:Particle):voidParameters
particle:Particle
clear()method 
public function clear():void
getIterator()method 
public function getIterator():ParticleIterator

Returns
ParticleIterator
sort()method 
public function sort():void