Packageverlocity.particle
Classpublic final class Particle
InheritanceParticle Inheritance flash.geom.Point



Public Properties
 PropertyDefined By
  emitter : ParticleEmitter
Particle
  next : Particle
Particle
  properties : ParticleProperties
Particle
  uiColor : uint
Particle
Public Methods
 MethodDefined By
  
_Initialize(pPosition:Point, partProperties:ParticleProperties):void
Sets the particle to a position and sets its properties.
Particle
  
_Update():void
Updates the particle.
Particle
  
Die():void
Removes the particle from being rendered.
Particle
  
Dispose():void
Deletes any data assoc.
Particle
  
IsDead():Boolean
Returns if the particle is dead.
Particle
Property Detail
emitterproperty
public var emitter:ParticleEmitter

nextproperty 
public var next:Particle

propertiesproperty 
public var properties:ParticleProperties

uiColorproperty 
public var uiColor:uint

Method Detail
_Initialize()method
public function _Initialize(pPosition:Point, partProperties:ParticleProperties):void

Sets the particle to a position and sets its properties.

Parameters

pPosition:Point — New position of the particle
 
partProperties:ParticleProperties — Properties of the particle

_Update()method 
public function _Update():void

Updates the particle.

Die()method 
public function Die():void

Removes the particle from being rendered.

Dispose()method 
public function Dispose():void

Deletes any data assoc. with the particle.

IsDead()method 
public function IsDead():Boolean

Returns if the particle is dead.

Returns
Boolean