| Package | org.flintparticles.threeD.actions |
| Class | public class TweenToZone |
| Inheritance | TweenToZone ActionBase Object |
Default MXML Propertyzone
| Property | Defined By | ||
|---|---|---|---|
![]() | priority : int
Returns a default priority of 0 for this action. | ActionBase | |
| zone : Zone3D
The zone for the particle's position when its energy is 0. | TweenToZone | ||
| Method | Defined By | ||
|---|---|---|---|
TweenToZone(zone:Zone3D = null)
The constructor creates a TweenToZone action for use by an emitter. | TweenToZone | ||
![]() | addedToEmitter(emitter:Emitter):void
This method does nothing. | ActionBase | |
![]() | removedFromEmitter(emitter:Emitter):void
This method does nothing. | ActionBase | |
[override]
This method does nothing. | TweenToZone | ||
| zone | property |
zone:Zone3DThe zone for the particle's position when its energy is 0.
public function get zone():Zone3D public function set zone(value:Zone3D):void| TweenToZone | () | Constructor |
public function TweenToZone(zone:Zone3D = null)The constructor creates a TweenToZone action for use by an emitter. To add a TweenToZone to all particles created by an emitter, use the emitter's addAction method.
Parameterszone:Zone3D (default = null) — The zone for the particle's position when its energy is 0.
|
See also
| update | () | method |
override public function update(emitter:Emitter, particle:Particle, time:Number):voidThis method does nothing. All derived classes override this method to update each particle every frame.
Parameters
emitter:Emitter — The Emitter that created the particle.
| |
particle:Particle — The particle to be updated.
| |
time:Number — The duration of the frame - used for time based updates.
|