Packageaway3d.animators.data
Classpublic dynamic class ParticleProperties
InheritanceParticleProperties Inheritance Object

Dynamic class for holding the local properties of a particle, used for processing the static properties of particles in the particle animation set before beginning upload to the GPU.



Public Properties
 PropertyDefined By
  delay : Number
The delay between cycles of the particle, an optional value used when the particle aniamtion set settings for useLooping and useDelay are enabled in the constructor.
ParticleProperties
  duration : Number
The duration of the particle, an optional value used when the particle aniamtion set settings for useDuration are enabled in the constructor.
ParticleProperties
  index : uint
The index of the current particle being set.
ParticleProperties
  startTime : Number
The start time of the particle.
ParticleProperties
  total : uint
The total number of particles being processed by the particle animation set.
ParticleProperties
Property Detail
delayproperty
public var delay:Number

The delay between cycles of the particle, an optional value used when the particle aniamtion set settings for useLooping and useDelay are enabled in the constructor.

See also

durationproperty 
public var duration:Number

The duration of the particle, an optional value used when the particle aniamtion set settings for useDuration are enabled in the constructor.

See also

indexproperty 
public var index:uint

The index of the current particle being set.

startTimeproperty 
public var startTime:Number

The start time of the particle.

totalproperty 
public var total:uint

The total number of particles being processed by the particle animation set.