Packagecom.roguedevelopment.pulse.particle
Interfacepublic interface IRecyleableParticle extends IParticle
ImplementorsGenericParticle, ImageParticle



Public Properties
 PropertyDefined by
 Inheritedalpha : Number
IParticle
 InheritedbirthTime : Number
IParticle
  factory : IParticleFactory
IRecyleableParticle
 Inheritedparams : Object
IParticle
 Inheritedrotation : Number
IParticle
 Inheritedrules : Array
IParticle
 InheritedscaleX : Number
IParticle
 InheritedscaleY : Number
IParticle
 Inheritedvisible : Boolean
IParticle
 Inheritedx : Number
IParticle
 Inheritedy : Number
IParticle
Public Methods
 MethodDefined by
  
recycle():void
IRecyleableParticle
 Inherited
remove():void
IParticle
Property detail
factoryproperty
factory:IParticleFactory  [read-write]Implementation
    public function get factory():IParticleFactory
    public function set factory(value:IParticleFactory):void
Method detail
recycle()method
public function recycle():void