Packageidv.cjcat.stardust.twoD.bursters
Classpublic class PixelBurster
InheritancePixelBurster Inheritance Burster2D Inheritance Burster



Public Properties
 PropertyDefined by
  bitmapData : BitmapData
PixelBurster
  offsetX : Number
The X coordinate of the top-left corner of the top-left cell.
PixelBurster
  offsetY : Number
The Y coordinate of the top-left corner of the top-left cell.
PixelBurster
Protected Properties
 PropertyDefined by
 Inheritedfactory : ParticleFactory
The internal factory for the burster.
Burster
Public Methods
 MethodDefined by
  
PixelBurster(offsetX:Number = 0, offsetY:Number = 0)
PixelBurster
 Inherited
addInitializer(initializer:Initializer):void
Adds an initializer to the burster.
Burster
 Inherited
burst(emitter:Emitter):void
Adds particles created by the createParticles() method to an emitter.
Burster
 Inherited
Removes all initializers from the burster.
Burster
  
PixelBurster
 Inherited
removeInitializer(initializer:Initializer):void
Removes an initializer to the burster.
Burster
Property detail
bitmapDataproperty
public var bitmapData:BitmapData
offsetXproperty 
public var offsetX:Number

The X coordinate of the top-left corner of the top-left cell.

offsetYproperty 
public var offsetY:Number

The Y coordinate of the top-left corner of the top-left cell.

Constructor detail
PixelBurster()constructor
public function PixelBurster(offsetX:Number = 0, offsetY:Number = 0)Parameters
offsetX:Number (default = 0)
 
offsetY:Number (default = 0)
Method detail
createParticles()method
public override function createParticles():ParticleCollection

Returns
ParticleCollection