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  
parent — Property, class starling.display.DisplayObject
The display object container that contains this display object.
parent — Property, class starling.textures.SubTexture
The texture which the subtexture is based on.
parseAtlasXml(atlasXml:XML) — method, class starling.textures.TextureAtlas
This function is called by the constructor and will parse an XML in Starling's default atlas file format.
passedTime — Property, class starling.events.EnterFrameEvent
The time that has passed since the last frame (in seconds).
pause() — method, class starling.display.MovieClip
Pauses playback.
phase — Property, class starling.events.Touch
The current phase the touch is in.
pivotX — Property, class starling.display.DisplayObject
The x coordinate of the object's origin in its own coordinate space (default: 0).
pivotY — Property, class starling.display.DisplayObject
The y coordinate of the object's origin in its own coordinate space (default: 0).
platform — Static Property, class starling.utils.SystemUtil
Returns the three-letter platform string of the current system.
play() — method, class starling.display.MovieClip
Starts playback.
playSound(name:String, startTime:Number, loops:int, transform:flash.media:SoundTransform) — method, class starling.utils.AssetManager
Generates a new SoundChannel object to play back the sound.
PMA — Constant Property, class starling.filters.FragmentFilter
All filter processing is expected to be done with premultiplied alpha.
popClipRect() — method, class starling.core.RenderSupport
Restores the clipping rectangle that was last pushed to the stack.
popMatrix() — method, class starling.core.RenderSupport
Restores the modelview matrix that was last pushed to the stack.
POSITION_OFFSET — Constant Static Property, class starling.utils.VertexData
The offset of position data (x, y) within a vertex.
premultipliedAlpha — Property, class starling.display.Quad
Indicates if the rgb values are stored premultiplied with the alpha value; this can affect the rendering.
premultipliedAlpha — Property, class starling.display.QuadBatch
Indicates if the rgb values are stored premultiplied with the alpha value.
premultipliedAlpha — Property, class starling.textures.ConcreteTexture
Indicates if the alpha values are premultiplied into the RGB values.
premultipliedAlpha — Property, class starling.textures.SubTexture
Indicates if the alpha values are premultiplied into the RGB values.
premultipliedAlpha — Property, class starling.textures.Texture
Indicates if the alpha values are premultiplied into the RGB values.
premultipliedAlpha — Property, class starling.utils.VertexData
Indicates if the rgb values are stored premultiplied with the alpha value.
prependMatrix(matrix:flash.geom:Matrix) — method, class starling.core.RenderSupport
Prepends a matrix to the modelview matrix by multiplying it with another matrix.
prependMatrix(base:flash.geom:Matrix, prep:flash.geom:Matrix) — Static Method , class starling.utils.MatrixUtil
Prepends a matrix to 'base' by multiplying it with another matrix.
prependRotation(matrix:flash.geom:Matrix, angle:Number) — Static Method , class starling.utils.MatrixUtil
Prepends an incremental rotation to a Matrix object (angle in radians).
prependScale(matrix:flash.geom:Matrix, sx:Number, sy:Number) — Static Method , class starling.utils.MatrixUtil
Prepends an incremental scale change to a Matrix object.
prependSkew(matrix:flash.geom:Matrix, skewX:Number, skewY:Number) — Static Method , class starling.utils.MatrixUtil
Prepends a skew transformation to a Matrix object (angles in radians).
prependTranslation(matrix:flash.geom:Matrix, tx:Number, ty:Number) — Static Method , class starling.utils.MatrixUtil
Prepends an incremental translation to a Matrix object.
pressure — Property, class starling.events.Touch
A value between 0.0 and 1.0 indicating force of the contact with the device.
preventDefault() — method, class starling.events.KeyboardEvent
Cancels the keyboard event's default behavior.
previousGlobalX — Property, class starling.events.Touch
The previous x-position of the touch in stage coordinates.
previousGlobalY — Property, class starling.events.Touch
The previous y-position of the touch in stage coordinates.
processTouches(touches:Vector$starling.events:Touch, shiftDown:Boolean, ctrlDown:Boolean) — method, class starling.events.TouchProcessor
Dispatches TouchEvents to the display objects that are affected by the list of given touches.
profile — Property, class starling.core.Starling
The Context3D profile as requested in the constructor.
progress — Property, class starling.animation.Tween
The current progress between 0 and 1, as calculated by the transition function.
projectionMatrix — Property, class starling.core.RenderSupport
Returns the current projection matrix.
purge() — method, class starling.animation.Juggler
Removes all objects at once.
purge() — method, class starling.utils.AssetManager
Removes assets of all types, empties the queue and aborts any pending load operations.
purgeQueue() — method, class starling.utils.AssetManager
Empties the queue and aborts any pending load operations.
PURPLE — Constant Static Property, class starling.utils.Color
pushClipRect(rectangle:flash.geom:Rectangle) — method, class starling.core.RenderSupport
The clipping rectangle can be used to limit rendering in the current render target to a certain area.
pushMatrix() — method, class starling.core.RenderSupport
Pushes the current modelview matrix to a stack from which it can be restored later.
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