| Package | away3d.animators.data |
| Class | public dynamic class ParticleProperties |
| Inheritance | ParticleProperties Object |
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
| ParticleProperties | |||
| delay | property |
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
| duration | property |
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
| index | property |
public var index:uintThe index of the current particle being set.
| startTime | property |
public var startTime:NumberThe start time of the particle.
| total | property |
public var total:uintThe total number of particles being processed by the particle animation set.
| ParticleProperties | () | Constructor |
public function ParticleProperties()