| Package | away3d.animators.data |
| Class | public class ParticleAnimationData |
| Inheritance | ParticleAnimationData Object |
| Property | Defined By | ||
|---|---|---|---|
| delay : Number | ParticleAnimationData | ||
| duration : Number | ParticleAnimationData | ||
| index : uint | ParticleAnimationData | ||
| numVertices : uint | ParticleAnimationData | ||
| startTime : Number | ParticleAnimationData | ||
| startVertexIndex : uint | ParticleAnimationData | ||
| totalTime : Number | ParticleAnimationData | ||
| Method | Defined By | ||
|---|---|---|---|
ParticleAnimationData(index:uint, startTime:Number, duration:Number, delay:Number, particle:ParticleData) | ParticleAnimationData | ||
| delay | property |
public var delay:Number| duration | property |
public var duration:Number| index | property |
public var index:uint| numVertices | property |
public var numVertices:uint| startTime | property |
public var startTime:Number| startVertexIndex | property |
public var startVertexIndex:uint| totalTime | property |
public var totalTime:Number| ParticleAnimationData | () | Constructor |
public function ParticleAnimationData(index:uint, startTime:Number, duration:Number, delay:Number, particle:ParticleData)index:uint | |
startTime:Number | |
duration:Number | |
delay:Number | |
particle:ParticleData |