| Package | idv.cjcat.stardust.twoD.bursters |
| Class | public class PixelBurster |
| Inheritance | PixelBurster Burster2D Burster |
| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
PixelBurster(offsetX:Number = 0, offsetY:Number = 0)
| PixelBurster | ||
![]() |
addInitializer(initializer:Initializer):void
Adds an initializer to the burster.
| Burster | |
![]() |
Adds particles created by the
createParticles() method to an emitter. | Burster | |
![]() |
clearInitializers():void
Removes all initializers from the burster.
| Burster | |
| PixelBurster | |||
![]() |
removeInitializer(initializer:Initializer):void
Removes an initializer to the burster.
| Burster | |
| bitmapData | property |
public var bitmapData:BitmapData
| offsetX | property |
public var offsetX:NumberThe X coordinate of the top-left corner of the top-left cell.
| offsetY | property |
public var offsetY:NumberThe Y coordinate of the top-left corner of the top-left cell.
| PixelBurster | () | constructor |
public function PixelBurster(offsetX:Number = 0, offsetY:Number = 0)Parameters
offsetX:Number (default = 0) |
|
offsetY:Number (default = 0) |
| createParticles | () | method |