Packagecom.roguedevelopment.pulse.particle
Classpublic class GenericParticle
InheritanceGenericParticle Inheritance flash.display.Sprite
ImplementsIRecyleableParticle
SubclassesDotParticle, ImageParticle, LineParticle



Public Properties
 PropertyDefined by
  birthTime : Number
[read-only]
GenericParticle
  factory : IParticleFactory
GenericParticle
  params : Object
[read-only]
GenericParticle
  rules : Array
GenericParticle
Protected Properties
 PropertyDefined by
  _birth : Number
GenericParticle
  _factory : IParticleFactory
GenericParticle
  _params : Object
GenericParticle
  _rules : Array
GenericParticle
Public Methods
 MethodDefined by
  
GenericParticle
  
recycle():void
GenericParticle
  
remove():void
GenericParticle
Property detail
_birthproperty
protected var _birth:Number
birthTimeproperty 
birthTime:Number  [read-only]Implementation
    public function get birthTime():Number
_factoryproperty 
protected var _factory:IParticleFactory
factoryproperty 
factory:IParticleFactory  [read-write]Implementation
    public function get factory():IParticleFactory
    public function set factory(value:IParticleFactory):void
_paramsproperty 
protected var _params:Object
paramsproperty 
params:Object  [read-only]Implementation
    public function get params():Object
_rulesproperty 
protected var _rules:Array
rulesproperty 
rules:Array  [read-write]Implementation
    public function get rules():Array
    public function set rules(value:Array):void
Constructor detail
GenericParticle()constructor
public function GenericParticle()
Method detail
recycle()method
public function recycle():void
remove()method 
public function remove():void