| 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 |
| A3DDisplayObjectClass — class, package org.flintparticles.threeD.away3d.initializers |
|
The A3DDisplayObjectClass initializer sets the DisplayObject to use to
draw the particle in a 3D scene. |
| A3DDisplayObjectClass(imageClass:Class, ... rest) — Constructor, class org.flintparticles.threeD.away3d.initializers.A3DDisplayObjectClass |
|
The constructor creates an ImageClass initializer for use by
an emitter. |
| A3DDisplayObjectClasses — class, package org.flintparticles.threeD.away3d.initializers |
|
The ImageClass Initializer sets the DisplayObject to use to draw
the particle. |
| A3DDisplayObjectClasses(images:Array, weights:Array) — Constructor, class org.flintparticles.threeD.away3d.initializers.A3DDisplayObjectClasses |
|
The constructor creates a ImageClasses initializer for use by
an emitter. |
| A3DObjectClass — class, package org.flintparticles.threeD.away3d.initializers |
|
The A3DObjectClass initializer sets the 3D Object to use to
draw the particle in a 3D scene. |
| A3DObjectClass(imageClass:Class, parameters:Object) — Constructor, class org.flintparticles.threeD.away3d.initializers.A3DObjectClass |
|
The constructor creates an A3DObjectClass initializer for use by
an emitter. |
| A3DObjectClasses — class, package org.flintparticles.threeD.away3d.initializers |
|
The ImageClass Initializer sets the DisplayObject to use to draw
the particle. |
| A3DObjectClasses(images:Array, parameters:Array, weights:Array) — Constructor, class org.flintparticles.threeD.away3d.initializers.A3DObjectClasses |
|
The constructor creates a ImageClasses initializer for use by
an emitter. |
| Accelerate — class, package org.flintparticles.threeD.actions |
|
The Accelerate Action adjusts the velocity of the particle by a
constant acceleration. |
| Accelerate — class, package org.flintparticles.twoD.actions |
|
The Accelerate Action adjusts the velocity of each particle by a
constant acceleration. |
| Accelerate(acceleration:flash.geom:Vector3D) — Constructor, class org.flintparticles.threeD.actions.Accelerate |
|
The constructor creates an Acceleration action for use by an emitter. |
| Accelerate(accelerationX:Number, accelerationY:Number) — Constructor, class org.flintparticles.twoD.actions.Accelerate |
|
The constructor creates an Acceleration action for use by an emitter. |
| acceleration — Property, class org.flintparticles.threeD.actions.Accelerate |
|
The acceleration, in coordinate units per second per second. |
| acceleration — Property, class org.flintparticles.threeD.actions.ApproachNeighbours |
|
The acceleration force applied to approach the other particles. |
| acceleration — Property, class org.flintparticles.threeD.actions.Jet |
|
The acceleration, in coordinate units per second per second. |
| acceleration — Property, class org.flintparticles.threeD.actions.MatchRotateVelocity |
|
The angular acceleration applied to adjust velocity to match that
of the other particles. |
| acceleration — Property, class org.flintparticles.threeD.actions.MatchVelocity |
|
The acceleration force applied to adjust velocity to match that
of the other particles. |
| acceleration — Property, class org.flintparticles.threeD.actions.MinimumDistance |
|
The acceleration force applied to avoid the other particles. |
| acceleration — Property, class org.flintparticles.twoD.actions.ApproachNeighbours |
|
The acceleration applied to approach the other particles. |
| acceleration — Property, class org.flintparticles.twoD.actions.MatchRotateVelocity |
|
The angular acceleration applied to adjust the angular velocity to
match that of the other particles. |
| acceleration — Property, class org.flintparticles.twoD.actions.MatchVelocity |
|
The acceleration applied to adjust each
particle's velocity to match that of the other particles near it
|
| acceleration — Property, class org.flintparticles.twoD.actions.MinimumDistance |
|
The acceleration force applied to avoid the other particles. |
| action — Property, class org.flintparticles.common.actions.KeyDownAction |
|
The action to apply when the key is down. |
| action — Property, class org.flintparticles.threeD.actions.ZonedAction |
|
The action to apply when inside the zone. |
| action — Property, class org.flintparticles.twoD.actions.ZonedAction |
|
The action to apply when inside the zone. |
| Action — Interface, package org.flintparticles.common.actions |
|
The Action interface must be implemented by all particle actions. |
| ActionBase — class, package org.flintparticles.common.actions |
|
The ActionBase class is the abstract base class for all particle actions
in the Flint library. |
| ActionBase() — Constructor, class org.flintparticles.common.actions.ActionBase |
|
The constructor creates an ActionBase object. |
| actions — Property, class org.flintparticles.common.emitters.Emitter |
|
The array of all actions being used by this emitter. |
| activities — Property, class org.flintparticles.common.emitters.Emitter |
|
The array of all actions being used by this emitter. |
| Activity — Interface, package org.flintparticles.common.activities |
|
The Activity interface must be implemented by all emitter activities. |
| ActivityBase — class, package org.flintparticles.common.activities |
|
The ActivityBase class is the abstract base class for all emitter activities
in the Flint library. |
| ActivityBase() — Constructor, class org.flintparticles.common.activities.ActivityBase |
|
The constructor creates an ActivityBase object. |
| add(value:any, ratio:Number) — method, class org.flintparticles.common.utils.FastWeightedArray |
|
Adds a value to the FastWeightedArray. |
| add(value:any, weight:Number) — method, class org.flintparticles.common.utils.WeightedArray |
|
Adds a value to the WeightedArray. |
| add(q:org.flintparticles.threeD.geom:Quaternion, result:org.flintparticles.threeD.geom:Quaternion) — method, class org.flintparticles.threeD.geom.Quaternion |
|
Adds another quaternion to this one, returning a new quaternion. |
| addAction(action:org.flintparticles.common.actions:Action) — method, class org.flintparticles.common.emitters.Emitter |
|
Adds an Action to the Emitter. |
| addActivity(activity:org.flintparticles.common.activities:Activity) — method, class org.flintparticles.common.emitters.Emitter |
|
Adds an Activity to the Emitter. |
| addColor(color:uint, weight:Number) — method, class org.flintparticles.common.initializers.ColorsInit |
| |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.common.actions.ActionBase |
|
This method does nothing. |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.common.actions.KeyDownAction |
|
Calls the addedToEmitter method of the action that is applied
|
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.common.activities.ActivityBase |
|
This method does nothing. |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, interface org.flintparticles.common.behaviours.Behaviour |
|
The addedToEmitter method is called by the emitter when the Behaviour is
added to it. |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.common.initializers.ChooseInitializer |
| |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.common.initializers.ColorsInit |
| |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.common.initializers.ImageClasses |
| |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.common.initializers.InitializerBase |
|
This method does nothing. |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.common.initializers.InitializerGroup |
| |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.common.initializers.MouseEventHandlers |
|
Listens for particles to die and removes the mouse event listeners from them when this occurs. |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.common.initializers.ScaleImagesInit |
| |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.common.initializers.SharedImages |
| |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.threeD.actions.ApproachNeighbours |
|
This method does nothing. |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.threeD.actions.Collide |
|
Instructs the emitter to produce a sorted particle array for optimizing
the calculations in the update method of this action and
adds an UpdateOnFrame activity to the emitter to call this objects
frameUpdate method once per frame. |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.threeD.actions.Explosion |
|
Adds an UpdateOnFrame activity to the emitter to call this objects
frameUpdate method once per frame. |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.threeD.actions.MatchRotateVelocity |
|
This method does nothing. |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.threeD.actions.MatchVelocity |
|
This method does nothing. |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.threeD.actions.MinimumDistance |
|
This method does nothing. |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.threeD.actions.MutualGravity |
|
This method does nothing. |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.threeD.actions.ZonedAction |
|
This method does nothing. |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.threeD.initializers.ScaleAllsInit |
| |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.twoD.actions.ApproachNeighbours |
|
Instructs the emitter to produce a sorted particle array for optimizing
the calculations in the update method of this action. |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.twoD.actions.Collide |
|
Instructs the emitter to produce a sorted particle array for optimizing
the calculations in the update method of this action and
adds an UpdateOnFrame activity to the emitter to call this objects
frameUpdate method once per frame. |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.twoD.actions.Explosion |
|
Adds an UpdateOnFrame activity to the emitter to call this objects
frameUpdate method once per frame. |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.twoD.actions.MatchRotateVelocity |
|
Instructs the emitter to produce a sorted particle array for optimizing
the calculations in the update method of this action. |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.twoD.actions.MatchVelocity |
|
Instructs the emitter to produce a sorted particle array for optimizing
the calculations in the update method of this action. |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.twoD.actions.MinimumDistance |
|
Instructs the emitter to produce a sorted particle array for optimizing
the calculations in the update method of this action. |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.twoD.actions.MutualGravity |
|
Instructs the emitter to produce a sorted particle array for optimizing
the calculations in the update method of this action. |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.twoD.actions.TweenToZone |
| |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.twoD.actions.ZonedAction |
|
Calls the addedToEmitter method of the action being used. |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.twoD.initializers.ScaleAllsInit |
| |
| addEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.common.renderers.FlexRendererBase |
|
Adds the emitter to the renderer. |
| addEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, interface org.flintparticles.common.renderers.Renderer |
|
Add an emitter to this renderer. |
| addEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.common.renderers.RendererBase |
|
Adds the emitter to the renderer. |
| addEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.common.renderers.SpriteRendererBase |
|
Adds the emitter to the renderer. |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakReference:Boolean) — method, class org.flintparticles.common.utils.FrameUpdater |
| |
| addFilter(filter:flash.filters:BitmapFilter, postRender:Boolean) — method, class org.flintparticles.threeD.renderers.BitmapRenderer |
|
The addFilter method adds a BitmapFilter to the renderer. |
| addFilter(filter:flash.filters:BitmapFilter, postRender:Boolean) — method, class org.flintparticles.threeD.renderers.mxml.BitmapRenderer |
|
The addFilter method adds a BitmapFilter to the renderer. |
| addFilter(filter:flash.filters:BitmapFilter, postRender:Boolean) — method, class org.flintparticles.twoD.renderers.BitmapRenderer |
|
The addFilter method adds a BitmapFilter to the renderer. |
| addFilter(filter:flash.filters:BitmapFilter, postRender:Boolean) — method, class org.flintparticles.twoD.renderers.mxml.BitmapRenderer |
|
The addFilter method adds a BitmapFilter to the renderer. |
| addImage(image:any, weight:Number) — method, class org.flintparticles.common.initializers.ImageClasses |
| |
| addImage(image:any, weight:Number) — method, class org.flintparticles.common.initializers.SharedImages |
| |
| addImage(image:any, weight:Number) — method, class org.flintparticles.threeD.away3d.initializers.A3DDisplayObjectClasses |
| |
| addImage(image:Class, parameters:Object, weight:Number) — method, class org.flintparticles.threeD.away3d.initializers.A3DObjectClasses |
| |
| addImage(image:any, weight:Number) — method, class org.flintparticles.threeD.papervision3d.initializers.PV3DDisplayObjectClasses |
| |
| addImage(image:any, weight:Number) — method, class org.flintparticles.threeD.papervision3d.initializers.PV3DObjectClasses |
| |
| addInitializer(initializer:org.flintparticles.common.initializers:Initializer) — method, class org.flintparticles.common.emitters.Emitter |
|
Adds an Initializer object to the Emitter. |
| addInitializer(initializer:org.flintparticles.common.initializers:Initializer, weight:Number) — method, class org.flintparticles.common.initializers.ChooseInitializer |
| |
| addInitializer(initializer:org.flintparticles.common.initializers:Initializer) — method, class org.flintparticles.common.initializers.InitializerGroup |
| |
| addParticle(particle:org.flintparticles.common.particles:Particle, applyInitializers:Boolean) — method, class org.flintparticles.common.emitters.Emitter |
|
Add a particle to the emitter. |
| addParticle(particle:org.flintparticles.common.particles:Particle) — method, class org.flintparticles.common.renderers.FlexRendererBase |
|
The addParticle method is called when a particle is added to one of
the emitters that is being rendered by this renderer. |
| addParticle(particle:org.flintparticles.common.particles:Particle) — method, class org.flintparticles.common.renderers.RendererBase |
|
The addParticle method is called when a particle is added to one of
the emitters that is being rendered by this renderer. |
| addParticle(particle:org.flintparticles.common.particles:Particle) — method, class org.flintparticles.common.renderers.SpriteRendererBase |
|
The addParticle method is called when a particle is added to one of
the emitters that is being rendered by this renderer. |
| addParticle(particle:org.flintparticles.common.particles:Particle) — method, class org.flintparticles.threeD.away3d.Away3DRenderer |
|
This method is called when a particle is added to an emitter -
usually because the emitter has just created the particle. |
| addParticle(particle:org.flintparticles.common.particles:Particle) — method, class org.flintparticles.threeD.papervision3d.PV3DParticleRenderer |
|
This method is called when a particle is added to an emitter -
usually because the emitter has just created the particle. |
| addParticle(particle:org.flintparticles.common.particles:Particle) — method, class org.flintparticles.threeD.papervision3d.PV3DPixelRenderer |
|
This method is called when a particle is added to an emitter -
usually because the emitter has just created the particle. |
| addParticle(particle:org.flintparticles.common.particles:Particle) — method, class org.flintparticles.threeD.papervision3d.PV3DRenderer |
|
This method is called when a particle is added to an emitter -
usually because the emitter has just created the particle. |
| addParticle(particle:org.flintparticles.common.particles:Particle) — method, class org.flintparticles.threeD.renderers.DisplayObjectRenderer |
|
This method is called when a particle is added to an emitter -
usually becaus ethe emitter has just created the particle. |
| addParticle(particle:org.flintparticles.common.particles:Particle) — method, class org.flintparticles.threeD.renderers.mxml.DisplayObjectRenderer |
|
This method is called when a particle is added to an emitter -
usually becaus ethe emitter has just created the particle. |
| addParticle(particle:org.flintparticles.common.particles:Particle) — method, class org.flintparticles.twoD.renderers.DisplayObjectRenderer |
|
The addParticle method is called when a particle is added to one of
the emitters that is being rendered by this renderer. |
| addParticle(particle:org.flintparticles.common.particles:Particle) — method, class org.flintparticles.twoD.renderers.mxml.DisplayObjectRenderer |
|
The addParticle method is called when a particle is added to one of
the emitters that is being rendered by this renderer. |
| addParticles(particles:Vector$org.flintparticles.common.particles:Particle, applyInitializers:Boolean) — method, class org.flintparticles.common.emitters.Emitter |
|
Adds existing particles to the emitter. |
| addScale(scale:Number, weight:Number) — method, class org.flintparticles.common.initializers.ScaleImagesInit |
| |
| addScale(scale:Number, weight:Number) — method, class org.flintparticles.threeD.initializers.ScaleAllsInit |
| |
| addScale(scale:Number, weight:Number) — method, class org.flintparticles.twoD.initializers.ScaleAllsInit |
| |
| addZone(zone:org.flintparticles.threeD.zones:Zone3D) — method, class org.flintparticles.threeD.zones.MultiZone |
|
The addZone method is used to add a zone into this MultiZone object. |
| addZone(zone:org.flintparticles.twoD.zones:Zone2D) — method, class org.flintparticles.twoD.zones.MultiZone |
|
The addZone method is used to add a zone into this MultiZone object. |
| aDown — Property, class org.flintparticles.threeD.renderers.controllers.KeyboardControllerBase |
| |
| age — Property, class org.flintparticles.common.particles.Particle |
|
The age of the particle, in seconds. |
| Age — class, package org.flintparticles.common.actions |
|
The Age action operates in conjunction with the Lifetime
initializer. |
| Age(easing:Function) — Constructor, class org.flintparticles.common.actions.Age |
|
The constructor creates an Age action for use by an emitter. |
| alpha — Property, class org.flintparticles.common.initializers.AlphaInit |
|
When reading, returns the average of minAlpha and maxAlpha. |
| alpha — Property, class org.flintparticles.common.particles.Particle |
| |
| AlphaInit — class, package org.flintparticles.common.initializers |
|
The AlphaInit Initializer sets the alpha transparency of the particle. |
| AlphaInit(minAlpha:Number, maxAlpha:Number) — Constructor, class org.flintparticles.common.initializers.AlphaInit |
|
The constructor creates an AlphaInit initializer for use by
an emitter. |
| angle — Property, class org.flintparticles.threeD.initializers.Rotation |
|
When reading, returns the average of minAngle and maxAngle. |
| angle — Property, class org.flintparticles.threeD.initializers.RotationAbsolute |
|
When reading, returns the average of minAngle and maxAngle. |
| angle — Property, class org.flintparticles.threeD.zones.ConeZone |
|
The angle at the apex of the cone. |
| angle — Property, class org.flintparticles.twoD.initializers.Rotation |
|
When reading, returns the average of minAngle and maxAngle. |
| angle — Property, class org.flintparticles.twoD.initializers.RotationAbsolute |
|
When reading, returns the average of minAngle and maxAngle. |
| angularVelocity — Property, class org.flintparticles.twoD.activities.RotateEmitter |
|
The angular velocity for the emitter in
radians per second. |
| angVelocity — Property, class org.flintparticles.threeD.initializers.RotateVelocity |
|
When reading, returns the average of minAngVelocity and maxAngVelocity. |
| angVelocity — Property, class org.flintparticles.threeD.particles.Particle3D |
|
The rate of rotation of the particle, represented as a vector in the direction of
the axis of rotation and whose magnitude indicates the number of rotations per second. |
| angVelocity — Property, class org.flintparticles.twoD.initializers.RotateVelocity |
|
When reading, returns the average of minAngVelocity and maxAngVelocity. |
| angVelocity — Property, class org.flintparticles.twoD.particles.Particle2D |
|
The angular velocity of the particle in radians per second. |
| AntiGravity — class, package org.flintparticles.threeD.actions |
|
The AntiGravity action applies a force to the particle to push it away from
a single point - the center of the effect. |
| AntiGravity — class, package org.flintparticles.twoD.actions |
|
The AntiGravity action applies a force to the particle to push it away from
a single point - the center of the effect. |
| AntiGravity(power:Number, position:flash.geom:Vector3D, epsilon:Number) — Constructor, class org.flintparticles.threeD.actions.AntiGravity |
|
The constructor creates an AntiGravity action for use by an emitter. |
| AntiGravity(power:Number, x:Number, y:Number, epsilon:Number) — Constructor, class org.flintparticles.twoD.actions.AntiGravity |
|
The constructor creates an AntiGravity action for use by an emitter. |
| apex — Property, class org.flintparticles.threeD.zones.ConeZone |
|
The point at the apex of the cone. |
| ApplyFilter — class, package org.flintparticles.common.initializers |
|
The ApplyFilter Initializer applies a filter to the particle's image. |
| ApplyFilter(filter:flash.filters:BitmapFilter) — Constructor, class org.flintparticles.common.initializers.ApplyFilter |
|
The constructor creates an ApplyFilter initializer for use by
an emitter. |
| ApplyMaterial — class, package org.flintparticles.threeD.away3d.initializers |
|
The ApplyMaterial initializer sets a material to apply to the Away3D
object that is used when rendering the particle. |
| ApplyMaterial — class, package org.flintparticles.threeD.papervision3d.initializers |
|
The ApplyMaterial initializer sets a material to apply to the Papervision3D
object that is used when rendering the particle. |
| ApplyMaterial(materialClass:Class, ... rest) — Constructor, class org.flintparticles.threeD.away3d.initializers.ApplyMaterial |
|
The constructor creates an ApplyMaterial initializer for use by
an emitter. |
| ApplyMaterial(materialClass:Class, ... rest) — Constructor, class org.flintparticles.threeD.papervision3d.initializers.ApplyMaterial |
|
The constructor creates an ApplyMaterial initializer for use by
an emitter. |
| ApproachNeighbours — class, package org.flintparticles.threeD.actions |
|
The ApproachNeighbours action applies an acceleration to the particle to
draw it towards other nearby particles. |
| ApproachNeighbours — class, package org.flintparticles.twoD.actions |
|
The ApproachNeighbours action applies an acceleration to the particle to
draw it towards other nearby particles. |
| ApproachNeighbours(maxDistance:Number, acceleration:Number) — Constructor, class org.flintparticles.threeD.actions.ApproachNeighbours |
|
The constructor creates a ApproachNeighbours action for use by an emitter. |
| ApproachNeighbours(maxDistance:Number, acceleration:Number) — Constructor, class org.flintparticles.twoD.actions.ApproachNeighbours |
|
The constructor creates an ApproachNeighbours action for use by an emitter. |
| asDegrees(radians:Number) — Static Method , class org.flintparticles.common.utils.Maths |
|
Converts an angle from radians to degrees
|
| asRadians(degrees:Number) — Static Method , class org.flintparticles.common.utils.Maths |
|
Converts an angle from degrees to radians
|
| assign(q:org.flintparticles.threeD.geom:Quaternion) — method, class org.flintparticles.threeD.geom.Quaternion |
|
Copies another quaternion into this one. |
| autoStart — Property, class org.flintparticles.threeD.emitters.mxml.Emitter3D |
|
Indicates if the emitter should start automatically or wait for the start methood to be called. |
| autoStart — Property, class org.flintparticles.threeD.renderers.controllers.KeyboardControllerBase |
| |
| autoStart — Property, class org.flintparticles.twoD.emitters.mxml.Emitter2D |
|
Indicates if the emitter should start automatically or wait for the start methood to be called. |
| Away3DRenderer — class, package org.flintparticles.threeD.away3d |
|
Renders the particles in an Away3D scene. |
| Away3DRenderer(container:away3d.containers:ObjectContainer3D) — Constructor, class org.flintparticles.threeD.away3d.Away3DRenderer |
|
The constructor creates an Away3D renderer for displaying the
particles in an Away3D scene. |
| axis — Property, class org.flintparticles.threeD.actions.TargetRotateVelocity |
|
The axis for the target angular velocity. |
| axis — Property, class org.flintparticles.threeD.activities.RotateEmitter |
|
The axis for the target angular velocity. |
| axis — Property, class org.flintparticles.threeD.initializers.FaceAxis |
|
The face axis of the particles. |
| axis — Property, class org.flintparticles.threeD.initializers.RotateVelocity |
|
The axis for the rotation. |
| axis — Property, class org.flintparticles.threeD.initializers.Rotation |
|
The axis for the rotation. |
| axis — Property, class org.flintparticles.threeD.initializers.RotationAbsolute |
|
The axis for the rotation. |
| axis — Property, class org.flintparticles.threeD.zones.ConeZone |
|
The central axis of the cone, from the apex towards the base. |
| axis — Property, class org.flintparticles.threeD.zones.CylinderZone |
|
The central axis of the cylinder, from the center point towards the other end. |
|
| 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 |