| Package | starling.extensions |
| Class | public class ParticleDesignerPS |
| Inheritance | ParticleDesignerPS PDParticleSystem ParticleSystem DisplayObject EventDispatcher Object |
| Method | Defined By | ||
|---|---|---|---|
ParticleDesignerPS(config:XML, texture:Texture) | ParticleDesignerPS | ||
![]() | addEventListener(type:String, listener:Function):void [override] | DisplayObject | |
![]() | advanceTime(passedTime:Number):void | ParticleSystem | |
![]() | alignPivot(hAlign:String = center, vAlign:String = center):void Moves the pivot point to a certain position within the local coordinate system
of the object. | DisplayObject | |
![]() | dispatchEvent(event:Event):void Dispatches an event to all objects that have registered listeners for its type. | EventDispatcher | |
![]() | dispatchEventWith(type:String, bubbles:Boolean = false, data:Object = null):void Dispatches an event with the given parameters to all objects that have registered
listeners for the given type. | EventDispatcher | |
![]() | dispose():void [override] | ParticleSystem | |
![]() | getBounds(targetSpace:DisplayObject, resultRect:Rectangle = null):Rectangle [override] Returns an empty rectangle at the particle system's position. | ParticleSystem | |
![]() | getTransformationMatrix(targetSpace:DisplayObject, resultMatrix:Matrix = null):Matrix Creates a matrix that represents the transformation from the local coordinate system
to another. | DisplayObject | |
![]() | globalToLocal(globalPoint:Point, resultPoint:Point = null):Point Transforms a point from global (stage) coordinates to the local coordinate system. | DisplayObject | |
![]() | hasEventListener(type:String):Boolean Returns if there are listeners registered for a certain event type. | EventDispatcher | |
![]() | hitTest(localPoint:Point, forTouch:Boolean = false):DisplayObject Returns the object that is found topmost beneath a point in local coordinates, or nil if
the test fails. | DisplayObject | |
![]() | localToGlobal(localPoint:Point, resultPoint:Point = null):Point Transforms a point from the local coordinate system to global (stage) coordinates. | DisplayObject | |
![]() | pause():void Pauses the system; when you 'start' again, it will continue from the old state. | ParticleSystem | |
![]() | removeEventListener(type:String, listener:Function):void [override] | DisplayObject | |
![]() | removeEventListeners(type:String = null):void [override] | DisplayObject | |
![]() | removeFromParent(dispose:Boolean = false):void Removes the object from its parent, if it has one, and optionally disposes it. | DisplayObject | |
![]() | render(support:RenderSupport, alpha:Number):void [override] | ParticleSystem | |
![]() | start(duration:Number):void Starts the sysytem for a certain time. | ParticleSystem | |
![]() | stop():void Stops the system and removes all existing particles. | ParticleSystem | |