Packagecom.whirled.contrib.platformer.display
Classpublic class ParticleLayer
InheritanceParticleLayer Inheritance Layer Inheritance flash.display.Sprite



Public Properties
 PropertyDefined by
  displayCount : int
[read-only]
ParticleLayer
Protected Properties
 PropertyDefined by
 Inherited_snapToPixel : Boolean = true
Set to true and all coordinates will be floored.
Layer
Public Methods
 MethodDefined by
  
ParticleLayer
  
addParticleEffect(cw:CacheWrapper, pt:Point):void
ParticleLayer
 Inherited
shutdown():void
Layer
 Inherited
update(nX:Number, nY:Number, scale:Number = 1):void
Layer
Protected Constants
 ConstantDefined by
  BUFFER : Number
[static]
ParticleLayer
Property detail
displayCountproperty
displayCount:int  [read-only]Implementation
    public function get displayCount():int
Constructor detail
ParticleLayer()constructor
public function ParticleLayer()
Method detail
addParticleEffect()method
public function addParticleEffect(cw:CacheWrapper, pt:Point):voidParameters
cw:CacheWrapper
 
pt:Point
Constant detail
BUFFERconstant
protected static const BUFFER:Number