| 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 |
| Back — class, package org.flintparticles.common.easing |
|
Easing functions for use with ageing of particles. |
| Behaviour — Interface, package org.flintparticles.common.behaviours |
|
The Behaviour interface is the base for the Action, Initializer and
Activity interfaces. |
| bitmapData — Property, class org.flintparticles.threeD.renderers.BitmapRenderer |
|
The bitmap data of the renderer. |
| bitmapData — Property, class org.flintparticles.threeD.renderers.mxml.BitmapRenderer |
|
The bitmap data of the renderer. |
| bitmapData — Property, class org.flintparticles.threeD.zones.BitmapDataZone |
|
The bitmapData object that defines the zone. |
| bitmapData — Property, class org.flintparticles.threeD.zones.GreyscaleZone |
|
The bitmapData object that defines the zone. |
| _bitmapData — Property, class org.flintparticles.twoD.renderers.BitmapRenderer |
| |
| bitmapData — Property, class org.flintparticles.twoD.renderers.BitmapRenderer |
|
The bitmap data of the renderer. |
| _bitmapData — Property, class org.flintparticles.twoD.renderers.mxml.BitmapRenderer |
| |
| bitmapData — Property, class org.flintparticles.twoD.renderers.mxml.BitmapRenderer |
|
The bitmap data of the renderer. |
| bitmapData — Property, class org.flintparticles.twoD.zones.BitmapDataZone |
|
The bitmapData object that defines the zone. |
| bitmapData — Property, class org.flintparticles.twoD.zones.GreyscaleZone |
|
The bitmapData object that defines the zone. |
| BitmapDataZone — class, package org.flintparticles.threeD.zones |
|
The BitmapData zone defines a shaped zone based on a BitmapData object. |
| BitmapDataZone — class, package org.flintparticles.twoD.zones |
|
The BitmapData zone defines a shaped zone based on a BitmapData object. |
| BitmapDataZone(bitmapData:flash.display:BitmapData, corner:flash.geom:Vector3D, top:flash.geom:Vector3D, left:flash.geom:Vector3D) — Constructor, class org.flintparticles.threeD.zones.BitmapDataZone |
|
The constructor creates a BitmapDataZone zone. |
| BitmapDataZone(bitmapData:flash.display:BitmapData, offsetX:Number, offsetY:Number, scaleX:Number, scaleY:Number) — Constructor, class org.flintparticles.twoD.zones.BitmapDataZone |
|
The constructor creates a BitmapDataZone object. |
| BitmapLineRenderer — class, package org.flintparticles.twoD.renderers |
|
The BitmapLineRenderer draws particles as continuous lines on a Bitmap display object. |
| BitmapLineRenderer — class, package org.flintparticles.twoD.renderers.mxml |
|
The BitmapLineRenderer draws particles as continuous lines on a Bitmap display object. |
| BitmapLineRenderer(canvas:flash.geom:Rectangle, smoothing:Boolean) — Constructor, class org.flintparticles.twoD.renderers.BitmapLineRenderer |
|
The constructor creates a PixelRenderer. |
| BitmapLineRenderer(canvas:flash.geom:Rectangle, smoothing:Boolean) — Constructor, class org.flintparticles.twoD.renderers.mxml.BitmapLineRenderer |
|
The constructor creates a PixelRenderer. |
| BitmapRenderer — class, package org.flintparticles.threeD.renderers |
|
The BitmapRenderer is a native Flint 3D renderer that draws particles
onto a single Bitmap display object. |
| BitmapRenderer — class, package org.flintparticles.threeD.renderers.mxml |
|
The BitmapRenderer is a native Flint 3D renderer that draws particles
onto a single Bitmap display object. |
| BitmapRenderer — class, package org.flintparticles.twoD.renderers |
|
The BitmapRenderer draws particles onto a single Bitmap display object. |
| BitmapRenderer — class, package org.flintparticles.twoD.renderers.mxml |
|
The BitmapRenderer draws particles onto a single Bitmap display object. |
| BitmapRenderer(canvas:flash.geom:Rectangle, zSort:Boolean, smoothing:Boolean) — Constructor, class org.flintparticles.threeD.renderers.BitmapRenderer |
|
The constructor creates a BitmapRenderer. |
| BitmapRenderer(canvas:flash.geom:Rectangle, zSort:Boolean, smoothing:Boolean) — Constructor, class org.flintparticles.threeD.renderers.mxml.BitmapRenderer |
|
The constructor creates a BitmapRenderer. |
| BitmapRenderer(canvas:flash.geom:Rectangle, smoothing:Boolean) — Constructor, class org.flintparticles.twoD.renderers.BitmapRenderer |
|
The constructor creates a BitmapRenderer. |
| BitmapRenderer(canvas:flash.geom:Rectangle, smoothing:Boolean) — Constructor, class org.flintparticles.twoD.renderers.mxml.BitmapRenderer |
|
The constructor creates a BitmapRenderer. |
| Blast — class, package org.flintparticles.common.counters |
|
The Blast counter causes the emitter to create a single burst of
particles when it starts and then emit no further particles. |
| Blast(startCount:uint) — Constructor, class org.flintparticles.common.counters.Blast |
|
The constructor creates a Blast counter for use by an emitter. |
| bottom — Property, class org.flintparticles.twoD.actions.BoundingBox |
|
The left coordinate of the bounding box. |
| bottom — Property, class org.flintparticles.twoD.actions.WrapAroundBox |
|
The left coordinate of the box. |
| bottom — Property, class org.flintparticles.twoD.zones.RectangleZone |
|
The bottom coordinate of the rectangle defining the region of the zone. |
| bounce — Property, class org.flintparticles.threeD.actions.BoundingBox |
|
The coefficient of restitution when the particles bounce off the
sides of the box. |
| bounce — Property, class org.flintparticles.threeD.actions.Collide |
|
The coefficient of restitution when the particles collide. |
| bounce — Property, class org.flintparticles.twoD.actions.BoundingBox |
|
The coefficient of restitution when the particles bounce off the
sides of the box. |
| bounce — Property, class org.flintparticles.twoD.actions.Collide |
|
The coefficient of restitution when the particles collide. |
| bounce — Property, class org.flintparticles.twoD.actions.CollisionZone |
|
The coefficient of restitution when the particles collide. |
| Bounce — class, package org.flintparticles.common.easing |
|
Easing functions for use with ageing of particles. |
| BoundingBox — class, package org.flintparticles.threeD.actions |
|
The BoundingBox action confines each particle to a box. |
| BoundingBox — class, package org.flintparticles.twoD.actions |
|
The BoundingBox action confines each particle to a rectangle region. |
| BoundingBox(minX:Number, maxX:Number, minY:Number, maxY:Number, minZ:Number, maxZ:Number, bounce:Number) — Constructor, class org.flintparticles.threeD.actions.BoundingBox |
|
The constructor creates a BoundingBox action for use by an emitter. |
| BoundingBox(left:Number, top:Number, right:Number, bottom:Number, bounce:Number) — Constructor, class org.flintparticles.twoD.actions.BoundingBox |
|
The constructor creates a BoundingBox action for use by
an emitter. |
| BOUNDING_BOX_COLLISION — Static Property, class org.flintparticles.common.events.ParticleEvent |
|
The event dispatched by an emitter when a particle collides with another particle. |
| BoxZone — class, package org.flintparticles.threeD.zones |
|
The BoxZone zone defines a cuboid or box shaped zone. |
| BoxZone(width:Number, height:Number, depth:Number, center:flash.geom:Vector3D, upAxis:flash.geom:Vector3D, depthAxis:flash.geom:Vector3D) — Constructor, class org.flintparticles.threeD.zones.BoxZone |
|
The constructor creates a BoxZone 3D zone. |
|
| 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 |