Packageverlocity.particle
Classpublic final class ParticleProperties
InheritanceParticleProperties Inheritance Object



Public Properties
 PropertyDefined By
  iLifeTime : int
ParticleProperties
  pStartAccel : Point
ParticleProperties
  pStartVel : Point
ParticleProperties
  uiColorEnd : uint
ParticleProperties
  uiColorStart : uint
ParticleProperties
Public Methods
 MethodDefined By
  
ParticleProperties(uiSetColorStart:uint, uiSetColorEnd:uint = 1, iSetLifeTime:int = -1, pStartSetVel:Point = null, pStartSetAccel:Point = null)
Creates an instance of the particle properties
ParticleProperties
  
Dispose():void
Deletes any data assoc.
ParticleProperties
Property Detail
iLifeTimeproperty
public var iLifeTime:int

pStartAccelproperty 
public var pStartAccel:Point

pStartVelproperty 
public var pStartVel:Point

uiColorEndproperty 
public var uiColorEnd:uint

uiColorStartproperty 
public var uiColorStart:uint

Constructor Detail
ParticleProperties()Constructor
public function ParticleProperties(uiSetColorStart:uint, uiSetColorEnd:uint = 1, iSetLifeTime:int = -1, pStartSetVel:Point = null, pStartSetAccel:Point = null)

Creates an instance of the particle properties

Parameters
uiSetColorStart:uint — The starting color of the particle
 
uiSetColorEnd:uint (default = 1) — The ending color of the particle
 
iSetLifeTime:int (default = -1) — The life time of the particle
 
pStartSetVel:Point (default = null) — The velocity of the particle
 
pStartSetAccel:Point (default = null) — The acceleration of the particle
Method Detail
Dispose()method
public function Dispose():void

Deletes any data assoc. with the particle properties.