|
|
|
| acAnimationEffect
|
| type
|
| TacAnimationEffectType = (etRandom, etSpin, etVortex, etScatterGather, etSpike, etFireworks);
|
| The TacAnimationEffectType type contains the values that can assume EffectType property of acAnimationEffect component.
|
| etRandom | shows random effect
|
| etSpin | Spin effect
|
| etVortex | Vortex effect
|
| etScatterGather | Scatter Gather effect
|
| etSpike | Spike effect
|
| etFireworks | Fireworks effect (you may also specify number of FireworkBlasts)
|