| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
| RadialDot — class, package org.flintparticles.common.displayObjects |
|
The RadialDot class is a DisplayObject that is a circle shape with a gradient
fill that fades to transparency at the edge of the dot. |
| RadialDot(radius:Number, color:uint, bm:String) — Constructor, class org.flintparticles.common.displayObjects.RadialDot |
|
The constructor creates a RadialDot with the specified radius. |
| radius — Property, class org.flintparticles.common.displayObjects.Dot |
| |
| radius — Property, class org.flintparticles.common.displayObjects.RadialDot |
| |
| radius — Property, class org.flintparticles.common.displayObjects.Star |
| |
| radius — Property, class org.flintparticles.common.initializers.CollisionRadiusInit |
|
The collision radius for particles
initialized by the instance. |
| Random — class, package org.flintparticles.common.counters |
|
The Random counter causes the emitter to emit particles continuously
at a variable random rate between two limits. |
| Random(minRate:Number, maxRate:Number) — Constructor, class org.flintparticles.common.counters.Random |
|
The constructor creates a Random counter for use by an emitter. |
| RandomDrift — class, package org.flintparticles.threeD.actions |
|
The RandomDrift action moves the particle by a random small amount every frame,
causing the particle to drift around. |
| RandomDrift — class, package org.flintparticles.twoD.actions |
|
The RandomDrift action moves the particle by a random small amount every
frame, causing the particle to drift around. |
| RandomDrift(driftX:Number, driftY:Number, driftZ:Number) — Constructor, class org.flintparticles.threeD.actions.RandomDrift |
|
The constructor creates a RandomDrift action for use by
an emitter. |
| RandomDrift(driftX:Number, driftY:Number) — Constructor, class org.flintparticles.twoD.actions.RandomDrift |
|
The constructor creates a RandomDrift action for use by an emitter. |
| rate — Property, class org.flintparticles.common.actions.TargetColor |
|
Adjusts how quickly the particle reaches the target color. |
| rate — Property, class org.flintparticles.common.actions.TargetScale |
|
Adjusts how quickly the particle reaches the target scale. |
| rate — Property, class org.flintparticles.common.counters.Steady |
|
The number of particles to emit per second. |
| rate — Property, class org.flintparticles.threeD.actions.TargetRotateVelocity |
|
Adjusts how quickly the particle reaches the target angular velocity. |
| rate — Property, class org.flintparticles.threeD.actions.TargetVelocity |
|
Adjusts how quickly the particle reaches the target angular velocity. |
| rate — Property, class org.flintparticles.twoD.actions.TargetRotateVelocity |
|
Adjusts how quickly the particle reaches the target angular velocity. |
| rate — Property, class org.flintparticles.twoD.actions.TargetVelocity |
|
Adjusts how quickly the particle reaches the target velocity. |
| rateMax — Property, class org.flintparticles.common.counters.PerformanceAdjusted |
|
The maximum number of particles to emit per second. |
| rateMax — Property, class org.flintparticles.common.counters.SineCounter |
|
The number of particles emitted per second at the peak of
the sine wave. |
| rateMin — Property, class org.flintparticles.common.counters.PerformanceAdjusted |
|
The minimum number of particles to emit per second. |
| rateMin — Property, class org.flintparticles.common.counters.SineCounter |
|
The number of particles to emit per second at the bottom
of the sine wave. |
| Rect — class, package org.flintparticles.common.displayObjects |
|
The Rect class is a DisplayObject that is a rectangle shape. |
| Rect(width:Number, height:Number, color:uint, bm:String) — Constructor, class org.flintparticles.common.displayObjects.Rect |
|
The constructor creates a Rect with the specified width and height. |
| RectangleZone — class, package org.flintparticles.twoD.zones |
|
The RectangleZone zone defines a rectangular shaped zone. |
| RectangleZone(left:Number, top:Number, right:Number, bottom:Number) — Constructor, class org.flintparticles.twoD.zones.RectangleZone |
|
The constructor creates a RectangleZone zone. |
| remove(value:any) — method, class org.flintparticles.common.utils.WeightedArray |
|
Removes the value from the WeightedArray
|
| removeAction(action:org.flintparticles.common.actions:Action) — method, class org.flintparticles.common.emitters.Emitter |
|
Removes an Action from the Emitter. |
| removeActivity(activity:org.flintparticles.common.activities:Activity) — method, class org.flintparticles.common.emitters.Emitter |
|
Removes an Activity from the Emitter. |
| removeAt(index:uint) — method, class org.flintparticles.common.utils.WeightedArray |
|
Removes the item at a particular index from the WeightedArray
|
| removeColor(color:uint) — method, class org.flintparticles.common.initializers.ColorsInit |
| |
| removedFromEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.common.actions.ActionBase |
|
This method does nothing. |
| removedFromEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.common.actions.KeyDownAction |
|
Calls the removedFromEmitter method of the action that is applied
|
| removedFromEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.common.activities.ActivityBase |
|
This method does nothing. |
| removedFromEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, interface org.flintparticles.common.behaviours.Behaviour |
|
The removedFromEmitter method is called by the emitter when the Behaviour
is removed from it. |
| removedFromEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.common.initializers.InitializerBase |
|
This method does nothing. |
| removedFromEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.common.initializers.InitializerGroup |
| |
| removedFromEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.common.initializers.MouseEventHandlers |
|
Stops listening for particles to die. |
| removedFromEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.threeD.actions.Collide |
|
Removes the UpdateOnFrame activity that was added to the emitter in the
addedToEmitter method. |
| removedFromEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.threeD.actions.Explosion |
|
Removes the UpdateOnFrame activity that was added to the emitter in the
addedToEmitter method. |
| removedFromEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.threeD.actions.ZonedAction |
|
This method does nothing. |
| removedFromEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.twoD.actions.Collide |
|
Removes the UpdateOnFrame activity that was added to the emitter in the
addedToEmitter method. |
| removedFromEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.twoD.actions.Explosion |
|
Removes the UpdateOnFrame activity that was added to the emitter in the
addedToEmitter method. |
| removedFromEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.twoD.actions.TweenToZone |
| |
| removedFromEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.twoD.actions.ZonedAction |
|
Calls the removedFromEmitter method of the action being used. |
| removeEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.common.renderers.FlexRendererBase |
|
Removes the emitter from the renderer. |
| removeEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, interface org.flintparticles.common.renderers.Renderer |
|
Stop rendering particles that are managed by this emitter. |
| removeEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.common.renderers.RendererBase |
|
Removes the emitter from the renderer. |
| removeEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.common.renderers.SpriteRendererBase |
|
Removes the emitter from the renderer. |
| removeEventListener(type:String, listener:Function, useCapture:Boolean) — method, class org.flintparticles.common.utils.FrameUpdater |
| |
| removeFilter(filter:flash.filters:BitmapFilter) — method, class org.flintparticles.threeD.renderers.BitmapRenderer |
|
Removes a BitmapFilter object from the Renderer. |
| removeFilter(filter:flash.filters:BitmapFilter) — method, class org.flintparticles.threeD.renderers.mxml.BitmapRenderer |
|
Removes a BitmapFilter object from the Renderer. |
| removeFilter(filter:flash.filters:BitmapFilter) — method, class org.flintparticles.twoD.renderers.BitmapRenderer |
|
Removes a BitmapFilter object from the Renderer. |
| removeFilter(filter:flash.filters:BitmapFilter) — method, class org.flintparticles.twoD.renderers.mxml.BitmapRenderer |
|
Removes a BitmapFilter object from the Renderer. |
| removeImage(image:any) — method, class org.flintparticles.common.initializers.ImageClasses |
| |
| removeImage(image:any) — method, class org.flintparticles.common.initializers.SharedImages |
| |
| removeImage(image:any) — method, class org.flintparticles.threeD.away3d.initializers.A3DDisplayObjectClasses |
| |
| removeImage(image:any) — method, class org.flintparticles.threeD.away3d.initializers.A3DObjectClasses |
| |
| removeImage(image:any) — method, class org.flintparticles.threeD.papervision3d.initializers.PV3DDisplayObjectClasses |
| |
| removeImage(image:any) — method, class org.flintparticles.threeD.papervision3d.initializers.PV3DObjectClasses |
| |
| removeInitializer(initializer:org.flintparticles.common.initializers:Initializer) — method, class org.flintparticles.common.emitters.Emitter |
|
Removes an Initializer from the Emitter. |
| removeInitializer(initializer:org.flintparticles.common.initializers:Initializer) — method, class org.flintparticles.common.initializers.ChooseInitializer |
| |
| removeInitializer(initializer:org.flintparticles.common.initializers:Initializer) — method, class org.flintparticles.common.initializers.InitializerGroup |
| |
| removeParticle(particle:org.flintparticles.common.particles:Particle) — method, class org.flintparticles.common.emitters.Emitter |
|
Remove a particle from this emitter. |
| removeParticle(particle:org.flintparticles.common.particles:Particle) — method, class org.flintparticles.common.renderers.FlexRendererBase |
|
The removeParticle method is called when a particle is removed from one
of the emitters that is being rendered by this renderer. |
| removeParticle(particle:org.flintparticles.common.particles:Particle) — method, class org.flintparticles.common.renderers.RendererBase |
|
The removeParticle method is called when a particle is removed from one
of the emitters that is being rendered by this renderer. |
| removeParticle(particle:org.flintparticles.common.particles:Particle) — method, class org.flintparticles.common.renderers.SpriteRendererBase |
|
The removeParticle method is called when a particle is removed from one
of the emitters that is being rendered by this renderer. |
| removeParticle(particle:org.flintparticles.common.particles:Particle) — method, class org.flintparticles.threeD.away3d.Away3DRenderer |
|
This method is called when a particle is removed from an emitter -
usually because the particle is dying. |
| removeParticle(particle:org.flintparticles.common.particles:Particle) — method, class org.flintparticles.threeD.papervision3d.PV3DParticleRenderer |
|
This method is called when a particle is removed from an emitter -
usually because the particle is dying. |
| removeParticle(particle:org.flintparticles.common.particles:Particle) — method, class org.flintparticles.threeD.papervision3d.PV3DPixelRenderer |
|
This method is called when a particle is removed from an emitter -
usually because the particle is dying. |
| removeParticle(particle:org.flintparticles.common.particles:Particle) — method, class org.flintparticles.threeD.papervision3d.PV3DRenderer |
|
This method is called when a particle is removed from an emitter -
usually because the particle is dying. |
| removeParticle(particle:org.flintparticles.common.particles:Particle) — method, class org.flintparticles.threeD.renderers.DisplayObjectRenderer |
|
This method is called when a particle is removed from an emitter -
usually because the particle is dying. |
| removeParticle(particle:org.flintparticles.common.particles:Particle) — method, class org.flintparticles.threeD.renderers.mxml.DisplayObjectRenderer |
|
This method is called when a particle is removed from an emitter -
usually because the particle is dying. |
| removeParticle(particle:org.flintparticles.common.particles:Particle) — method, class org.flintparticles.twoD.renderers.DisplayObjectRenderer |
|
The removeParticle method is called when a particle is removed from one
of the emitters that is being rendered by this renderer. |
| removeParticle(particle:org.flintparticles.common.particles:Particle) — method, class org.flintparticles.twoD.renderers.mxml.DisplayObjectRenderer |
|
The removeParticle method is called when a particle is removed from one
of the emitters that is being rendered by this renderer. |
| removeParticles(particles:Vector$org.flintparticles.common.particles:Particle) — method, class org.flintparticles.common.emitters.Emitter |
|
Remove a collection of particles from this emitter. |
| removeScale(scale:Number) — method, class org.flintparticles.common.initializers.ScaleImagesInit |
| |
| removeScale(scale:Number) — method, class org.flintparticles.threeD.initializers.ScaleAllsInit |
| |
| removeScale(scale:Number) — method, class org.flintparticles.twoD.initializers.ScaleAllsInit |
| |
| removeZone(zone:org.flintparticles.threeD.zones:Zone3D) — method, class org.flintparticles.threeD.zones.MultiZone |
|
The removeZone method is used to remove a zone from this MultiZone object. |
| removeZone(zone:org.flintparticles.twoD.zones:Zone2D) — method, class org.flintparticles.twoD.zones.MultiZone |
|
The removeZone method is used to remove a zone from this MultiZone object. |
| renderer — Property, class org.flintparticles.twoD.actions.MouseGravity |
|
The display object whose coordinate system the mouse position is
converted to. |
| renderer — Property, class org.flintparticles.twoD.actions.TurnTowardsMouse |
|
The display object whose coordinate system the mouse position is converted to. |
| renderer — Property, class org.flintparticles.twoD.activities.FollowDisplayObject |
|
The DisplayObject whose coordinate system the DisplayObject's position is converted to. |
| renderer — Property, class org.flintparticles.twoD.activities.FollowMouse |
|
The display object whose coordinate system the mouse position is converted to. |
| renderer — Property, class org.flintparticles.twoD.zones.DisplayObjectZone |
|
The emitter that you plan to use the zone with. |
| Renderer — Interface, package org.flintparticles.common.renderers |
|
The Renderer interface must be implemented by all renderers. |
| RendererBase — class, package org.flintparticles.common.renderers |
|
The base class used by all the Flint renderers. |
| RendererBase() — Constructor, class org.flintparticles.common.renderers.RendererBase |
|
The constructor creates a RendererBase class. |
| renderParticle(particle:org.flintparticles.threeD.particles:Particle3D) — method, class org.flintparticles.threeD.away3d.Away3DRenderer |
| |
| renderParticle(particle:org.flintparticles.threeD.particles:Particle3D) — method, class org.flintparticles.threeD.papervision3d.PV3DParticleRenderer |
| |
| renderParticle(particle:org.flintparticles.threeD.particles:Particle3D) — method, class org.flintparticles.threeD.papervision3d.PV3DPixelRenderer |
| |
| renderParticle(particle:org.flintparticles.threeD.particles:Particle3D) — method, class org.flintparticles.threeD.papervision3d.PV3DRenderer |
| |
| renderParticles(particles:Array) — method, class org.flintparticles.common.renderers.FlexRendererBase |
|
The renderParticles method is called during the render phase of
each frame if the state of one of the emitters being rendered
by this renderer has changed. |
| renderParticles(particles:Array) — method, class org.flintparticles.common.renderers.RendererBase |
|
The renderParticles method is called during the render phase of
every frame if the state of one of the emitters being rendered
by this renderer has changed. |
| renderParticles(particles:Array) — method, class org.flintparticles.common.renderers.SpriteRendererBase |
|
The renderParticles method is called during the render phase of
every frame if the state of one of the emitters being rendered
by this renderer has changed. |
| renderParticles(particles:Array) — method, class org.flintparticles.threeD.away3d.Away3DRenderer |
|
This method copies the particle's state to the associated image object. |
| renderParticles(particles:Array) — method, class org.flintparticles.threeD.papervision3d.PV3DParticleRenderer |
|
This method copies the particle's state to the associated image object. |
| renderParticles(particles:Array) — method, class org.flintparticles.threeD.papervision3d.PV3DPixelRenderer |
|
This method applies the particle's state to the associated image object. |
| renderParticles(particles:Array) — method, class org.flintparticles.threeD.papervision3d.PV3DRenderer |
|
This method copies the particle's state to the associated image object. |
| renderParticles(particles:Array) — method, class org.flintparticles.threeD.renderers.BitmapRenderer |
|
This method draws the particles in the bitmap image, positioning and
scaling them according to their positions relative to the camera
viewport. |
| renderParticles(particles:Array) — method, class org.flintparticles.threeD.renderers.DisplayObjectRenderer |
|
This method positions and scales the particles according to the
particles' positions relative to the camera viewport. |
| renderParticles(particles:Array) — method, class org.flintparticles.threeD.renderers.mxml.BitmapRenderer |
|
This method draws the particles in the bitmap image, positioning and
scaling them according to their positions relative to the camera
viewport. |
| renderParticles(particles:Array) — method, class org.flintparticles.threeD.renderers.mxml.DisplayObjectRenderer |
|
This method positions and scales the particles according to the
particles' positions relative to the camera viewport. |
| renderParticles(particles:Array) — method, class org.flintparticles.twoD.renderers.BitmapRenderer |
|
The renderParticles method is called during the render phase of
every frame if the state of one of the emitters being rendered
by this renderer has changed. |
| renderParticles(particles:Array) — method, class org.flintparticles.twoD.renderers.DisplayObjectRenderer |
|
The renderParticles method is called during the render phase of
every frame if the state of one of the emitters being rendered
by this renderer has changed. |
| renderParticles(particles:Array) — method, class org.flintparticles.twoD.renderers.VectorLineRenderer |
|
The renderParticles method is called during the render phase of
every frame if the state of one of the emitters being rendered
by this renderer has changed. |
| renderParticles(particles:Array) — method, class org.flintparticles.twoD.renderers.mxml.BitmapRenderer |
|
The renderParticles method is called during the render phase of
each frame if the state of one of the emitters being rendered
by this renderer has changed. |
| renderParticles(particles:Array) — method, class org.flintparticles.twoD.renderers.mxml.DisplayObjectRenderer |
|
The renderParticles method is called during the render phase of
each frame if the state of one of the emitters being rendered
by this renderer has changed. |
| renderParticles(particles:Array) — method, class org.flintparticles.twoD.renderers.mxml.VectorLineRenderer |
|
The renderParticles method is called during the render phase of
each frame if the state of one of the emitters being rendered
by this renderer has changed. |
| reset() — method, interface org.flintparticles.common.behaviours.Resetable |
|
Resets the behaviours state to its original condition. |
| reset() — method, class org.flintparticles.threeD.actions.Explosion |
|
Resets the explosion to its initial state, so it can start again. |
| reset(w:Number, x:Number, y:Number, z:Number) — method, class org.flintparticles.threeD.geom.Quaternion |
|
Assigns new coordinates to this quaternion
|
| reset() — method, class org.flintparticles.twoD.actions.Explosion |
|
Resets the explosion to its initial state, so it can start again. |
| Resetable — Interface, package org.flintparticles.common.behaviours |
|
This interface is for behaviours whose state changes over time. |
| resume() — method, class org.flintparticles.common.counters.Blast |
|
Does nothing. |
| resume() — method, interface org.flintparticles.common.counters.Counter |
|
Resumes the counter after a stop
|
| resume() — method, class org.flintparticles.common.counters.KeyDownCounter |
|
Resumes the emitter after a stop
|
| resume() — method, class org.flintparticles.common.counters.PerformanceAdjusted |
|
Resumes the emitter after a stop
|
| resume() — method, class org.flintparticles.common.counters.Pulse |
|
Resumes the emitter after a stop
|
| resume() — method, class org.flintparticles.common.counters.Random |
|
Resumes the emitter emitting particles after a stop
|
| resume() — method, class org.flintparticles.common.counters.SineCounter |
|
Resumes the emitting of particles after a stop
|
| resume() — method, class org.flintparticles.common.counters.Steady |
|
Resumes the emitter emitting particles after a stop
|
| resume() — method, class org.flintparticles.common.counters.TimePeriod |
|
Resumes the emitter after a stop
|
| resume() — method, class org.flintparticles.common.counters.ZeroCounter |
|
Does nothing
|
| resume() — method, class org.flintparticles.common.emitters.Emitter |
|
Resumes the emitter after a pause. |
| revive() — method, class org.flintparticles.common.particles.Particle |
| |
| right — Property, class org.flintparticles.twoD.actions.BoundingBox |
|
The left coordinate of the bounding box. |
| right — Property, class org.flintparticles.twoD.actions.WrapAroundBox |
|
The left coordinate of the box. |
| right — Property, class org.flintparticles.twoD.zones.RectangleZone |
|
The right coordinate of the rectangle defining the region of the zone. |
| rightDown — Property, class org.flintparticles.threeD.renderers.controllers.KeyboardControllerBase |
| |
| Ring — class, package org.flintparticles.common.displayObjects |
|
The Ring class is a DisplayObject with a circle shape that contains a hole. |
| Ring(inner:Number, outer:Number, color:uint, bm:String) — Constructor, class org.flintparticles.common.displayObjects.Ring |
|
The constructor creates a Ring with the specified inner and outer radius. |
| roll(angle:Number) — method, class org.flintparticles.threeD.renderers.Camera |
|
Roll the camera clockwise or counter-clockwise. |
| Rotate — class, package org.flintparticles.threeD.actions |
|
The Rotate action updates the rotation of the particle based on its angular velocity. |
| Rotate — class, package org.flintparticles.twoD.actions |
|
The Rotate action updates the rotation of the particle based on its angular
velocity. |
| Rotate() — Constructor, class org.flintparticles.threeD.actions.Rotate |
|
The constructor creates a Rotate action for use by
an emitter. |
| Rotate() — Constructor, class org.flintparticles.twoD.actions.Rotate |
|
The constructor creates a Rotate action for use by an emitter. |
| RotateEmitter — class, package org.flintparticles.threeD.activities |
|
The RotateEmitter activity rotates the emitter at a constant rate. |
| RotateEmitter — class, package org.flintparticles.twoD.activities |
|
The RotateEmitter activity rotates the emitter at a constant rate. |
| RotateEmitter(axis:flash.geom:Vector3D, rotateSpeed:Number) — Constructor, class org.flintparticles.threeD.activities.RotateEmitter |
|
The constructor creates a RotateEmitter activity for use by
an emitter. |
| RotateEmitter(angularVelocity:Number) — Constructor, class org.flintparticles.twoD.activities.RotateEmitter |
|
The constructor creates a RotateEmitter activity for use by
an emitter. |
| rotateSpeed — Property, class org.flintparticles.threeD.actions.TargetRotateVelocity |
|
The size of the target angular velocity. |
| rotateSpeed — Property, class org.flintparticles.threeD.activities.RotateEmitter |
|
The size of the target angular velocity. |
| RotateToDirection — class, package org.flintparticles.threeD.actions |
|
The RotateToDirection action updates the rotation of the particle
so that it always points in the direction it is traveling. |
| RotateToDirection — class, package org.flintparticles.twoD.actions |
|
The RotateToDirection action updates the rotation of the particle
so that it always points in the direction it is traveling. |
| RotateToDirection() — Constructor, class org.flintparticles.threeD.actions.RotateToDirection |
|
The constructor creates a RotateToDirection action for use by
an emitter. |
| RotateToDirection() — Constructor, class org.flintparticles.twoD.actions.RotateToDirection |
|
The constructor creates a RotateToDirection action for use by an emitter. |
| RotateVelocity — class, package org.flintparticles.threeD.initializers |
|
The RotateVelocity Initializer sets the angular velocity of the particle. |
| RotateVelocity — class, package org.flintparticles.twoD.initializers |
|
The RotateVelocity Initializer sets the angular velocity of the particle. |
| RotateVelocity(axis:flash.geom:Vector3D, minAngVelocity:Number, maxAngVelocity:Number) — Constructor, class org.flintparticles.threeD.initializers.RotateVelocity |
|
The constructor creates a RotateVelocity initializer for use by
an emitter. |
| RotateVelocity(minAngVelocity:Number, maxAngVelocity:Number) — Constructor, class org.flintparticles.twoD.initializers.RotateVelocity |
|
The constructor creates a RotateVelocity initializer for use by
an emitter. |
| rotation — Property, class org.flintparticles.threeD.emitters.Emitter3D |
|
Indicates the rotation of the Emitter instance relative to
the local coordinate system of the Renderer. |
| rotation — Property, class org.flintparticles.threeD.particles.Particle3D |
|
The rotation of the particle, represented as a unit quaternion. |
| rotation — Property, class org.flintparticles.twoD.emitters.Emitter2D |
|
Indicates the rotation of the Emitter, in degrees, within the particle system's coordinate space. |
| rotation — Property, class org.flintparticles.twoD.particles.Particle2D |
|
The rotation of the particle in radians. |
| Rotation — class, package org.flintparticles.threeD.initializers |
|
The Rotation Initializer sets the rotation of the particle. |
| Rotation — class, package org.flintparticles.twoD.initializers |
|
The Rotation Initializer sets the rotation of the particle. |
| Rotation(axis:flash.geom:Vector3D, minAngle:Number, maxAngle:Number) — Constructor, class org.flintparticles.threeD.initializers.Rotation |
|
The constructor creates a Rotation initializer for use by
an emitter. |
| Rotation(minAngle:Number, maxAngle:Number) — Constructor, class org.flintparticles.twoD.initializers.Rotation |
|
The constructor creates a Rotation initializer for use by
an emitter. |
| RotationAbsolute — class, package org.flintparticles.threeD.initializers |
|
The RotationAbsolute Initializer sets the rotation of the particle. |
| RotationAbsolute — class, package org.flintparticles.twoD.initializers |
|
The RotationAbsolute Initializer sets the rotation of the particle. |
| RotationAbsolute(axis:flash.geom:Vector3D, minAngle:Number, maxAngle:Number) — Constructor, class org.flintparticles.threeD.initializers.RotationAbsolute |
|
The constructor creates a RotationAbsolute initializer for use by
an emitter. |
| RotationAbsolute(minAngle:Number, maxAngle:Number) — Constructor, class org.flintparticles.twoD.initializers.RotationAbsolute |
|
The constructor creates a RotationAbsolute initializer for use by
an emitter. |
| RotationalFriction — class, package org.flintparticles.threeD.actions |
|
The RotationalFriction action applies friction to the particle's rotational movement
to slow it down when it's rotating. |
| RotationalFriction — class, package org.flintparticles.twoD.actions |
|
The RotationalFriction action applies friction to the particle's rotational
movement to slow it down when it's rotating. |
| RotationalFriction(friction:Number) — Constructor, class org.flintparticles.threeD.actions.RotationalFriction |
|
The constructor creates a RotationalFriction action for use by
an emitter. |
| RotationalFriction(friction:Number) — Constructor, class org.flintparticles.twoD.actions.RotationalFriction |
|
The constructor creates a RotationalFriction action for use by an emitter. |
| RotationalLinearDrag — class, package org.flintparticles.threeD.actions |
|
The RotationalLinearDrag action applies drag to the particle to slow it down
when it's rotating. |
| RotationalLinearDrag — class, package org.flintparticles.twoD.actions |
|
The RotationalLinearDrag action applies drag to the particle to slow it down
when it's rotating. |
| RotationalLinearDrag(drag:Number) — Constructor, class org.flintparticles.threeD.actions.RotationalLinearDrag |
|
The constructor creates a RotationalLinearDrag action for use by
an emitter. |
| RotationalLinearDrag(drag:Number) — Constructor, class org.flintparticles.twoD.actions.RotationalLinearDrag |
|
The constructor creates a RotationalLinearDrag action for use by an emitter. |
| RotationalQuadraticDrag — class, package org.flintparticles.threeD.actions |
|
The RotationalQuadraticDrag action applies drag to the particle to slow it
down when it's rotating. |
| RotationalQuadraticDrag — class, package org.flintparticles.twoD.actions |
|
The RotationalQuadraticDrag action applies drag to the particle to slow it
down when it's rotating. |
| RotationalQuadraticDrag(drag:Number) — Constructor, class org.flintparticles.threeD.actions.RotationalQuadraticDrag |
|
The constructor creates a RotationalQuadraticDrag action for use by
an emitter. |
| RotationalQuadraticDrag(drag:Number) — Constructor, class org.flintparticles.twoD.actions.RotationalQuadraticDrag |
|
The constructor creates a RotationalQuadraticDrag action for use by
an emitter. |
| rotationRate — Property, class org.flintparticles.threeD.renderers.controllers.FirstPersonCamera |
|
The rate at which to rotate the camera when the appropriate keys are
pressed, in radians per second. |
| rotationRate — Property, class org.flintparticles.threeD.renderers.controllers.OrbitCamera |
|
The rate at which to rotate the camera when the appropriate keys are
pressed, in radians per second. |
| rotationRate — Property, class org.flintparticles.threeD.renderers.controllers.mxml.FirstPersonCamera |
|
The rate at which to rotate the camera when the appropriate keys are
pressed, in radians per second. |
| rotationRate — Property, class org.flintparticles.threeD.renderers.controllers.mxml.OrbitCamera |
|
The rate at which to rotate the camera when the appropriate keys are
pressed, in radians per second. |
| rotationTransform — Property, class org.flintparticles.threeD.emitters.Emitter3D |
|
Indicates the rotation of the Emitter instance relative to
the local coordinate system of the Renderer, as a matrix
transformation. |
| rotRadians — Property, class org.flintparticles.twoD.emitters.Emitter2D |
|
Indicates the rotation of the Emitter, in radians, within the particle system's coordinate space. |
| runAhead(time:Number, frameRate:Number) — method, class org.flintparticles.common.emitters.Emitter |
|
Makes the emitter skip forwards a period of time with a single update. |
| runAheadFrameRate — Property, class org.flintparticles.threeD.emitters.mxml.Emitter3D |
|
The frame=-rate to use when running the emitter ahead at the start. |
| runAheadFrameRate — Property, class org.flintparticles.twoD.emitters.mxml.Emitter2D |
|
The frame=-rate to use when running the emitter ahead at the start. |
| runAheadTime — Property, class org.flintparticles.threeD.emitters.mxml.Emitter3D |
|
Makes the emitter skip forwards a period of time at teh start. |
| runAheadTime — Property, class org.flintparticles.twoD.emitters.mxml.Emitter2D |
|
Makes the emitter skip forwards a period of time at teh start. |
| running — Property, class org.flintparticles.common.counters.Blast |
|
Indicates if the counter is currently emitting particles
|
| running — Property, interface org.flintparticles.common.counters.Counter |
|
Indicates if the counter is currently emitting particles
|
| running — Property, class org.flintparticles.common.counters.KeyDownCounter |
|
Indicates if the counter is currently emitting particles
|
| running — Property, class org.flintparticles.common.counters.PerformanceAdjusted |
|
Indicates if the counter is currently emitting particles
|
| running — Property, class org.flintparticles.common.counters.Pulse |
|
Indicates if the counter is currently emitting particles
|
| running — Property, class org.flintparticles.common.counters.Random |
|
Indicates if the counter is currently emitting particles
|
| running — Property, class org.flintparticles.common.counters.SineCounter |
|
Indicates if the counter is currently emitting particles
|
| running — Property, class org.flintparticles.common.counters.Steady |
|
Indicates if the counter is currently emitting particles
|
| running — Property, class org.flintparticles.common.counters.TimePeriod |
|
Indicates if the counter is currently emitting particles
|
| running — Property, class org.flintparticles.common.counters.ZeroCounter |
|
Indicates if the counter is currently emitting particles
|
| running — Property, class org.flintparticles.common.emitters.Emitter |
|
Indicates if the emitter is currently running. |
| _running — Property, class org.flintparticles.threeD.renderers.controllers.KeyboardControllerBase |
| |
|
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |