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 |
getAlpha(color:uint) — Static Method , class starling.utils.Color |
| Returns the alpha part of an ARGB color (0 - 255). |
getAlpha(vertexID:int) — method, class starling.utils.VertexData |
| Returns the alpha value of a vertex in the range 0-1. |
getBasenameFromUrl(url:String) — method, class starling.utils.AssetManager |
| Extracts the base name of a file path or URL, i.e. |
getBitmapFont(name:String) — Static Method , class starling.text.TextField |
| Returns a registered bitmap font (or null, if the font has not been registered). |
getBlendFactors(mode:String, premultipliedAlpha:Boolean) — Static Method , class starling.display.BlendMode |
| Returns the blend factors that correspond with a certain mode and premultiplied alpha
value. |
getBlue(color:uint) — Static Method , class starling.utils.Color |
| Returns the blue part of an (A)RGB color (0 - 255). |
getBounds(targetSpace:starling.display:DisplayObject, resultRect:flash.geom:Rectangle) — method, class starling.display.Canvas |
| Returns a rectangle that completely encloses the object as it appears in another
coordinate system. |
getBounds(targetSpace:starling.display:DisplayObject, resultRect:flash.geom:Rectangle) — method, class starling.display.DisplayObject |
| Returns a rectangle that completely encloses the object as it appears in another
coordinate system. |
getBounds(targetSpace:starling.display:DisplayObject, resultRect:flash.geom:Rectangle) — method, class starling.display.DisplayObjectContainer |
| Returns a rectangle that completely encloses the object as it appears in another
coordinate system. |
getBounds(targetSpace:starling.display:DisplayObject, resultRect:flash.geom:Rectangle) — method, class starling.display.Quad |
| Returns a rectangle that completely encloses the object as it appears in another
coordinate system. |
getBounds(targetSpace:starling.display:DisplayObject, resultRect:flash.geom:Rectangle) — method, class starling.display.QuadBatch |
| Returns a rectangle that completely encloses the object as it appears in another
coordinate system. |
getBounds(targetSpace:starling.display:DisplayObject, resultRect:flash.geom:Rectangle) — method, class starling.display.Sprite |
| Returns a rectangle that completely encloses the object as it appears in another
coordinate system. |
getBounds(targetSpace:starling.display:DisplayObject, resultRect:flash.geom:Rectangle) — method, class starling.text.TextField |
| Returns a rectangle that completely encloses the object as it appears in another
coordinate system. |
getBounds(rectangle:flash.geom:Rectangle, transformationMatrix:flash.geom:Matrix, resultRect:flash.geom:Rectangle) — Static Method , class starling.utils.RectangleUtil |
| Calculates the bounds of a rectangle after transforming it by a matrix. |
getBounds(transformationMatrix:flash.geom:Matrix, vertexID:int, numVertices:int, resultRect:flash.geom:Rectangle) — method, class starling.utils.VertexData |
| Calculates the bounds of the vertices, which are optionally transformed by a matrix. |
getBoundsProjected(transformationMatrix:flash.geom:Matrix3D, camPos:flash.geom:Vector3D, vertexID:int, numVertices:int, resultRect:flash.geom:Rectangle) — method, class starling.utils.VertexData |
| Calculates the bounds of the vertices, projected into the XY-plane of a certain
3D space as they appear from a certain camera position. |
getByteArray(name:String) — method, class starling.utils.AssetManager |
| Returns a byte array with a certain name, or null if it's not found. |
getByteArrayNames(prefix:String, result:Vector$String) — method, class starling.utils.AssetManager |
| Returns all byte array names that start with a certain string, sorted alphabetically. |
getCameraPosition(space:starling.display:DisplayObject, result:flash.geom:Vector3D) — method, class starling.display.Stage |
| Returns the position of the camera within the local coordinate system of a certain
display object. |
getChar(charID:int) — method, class starling.text.BitmapFont |
| Returns a single bitmap char with a certain character ID. |
getCharIDs(result:Vector$int) — method, class starling.text.BitmapFont |
| Returns a vector containing all the character IDs that are contained in this font. |
getChildAt(index:int) — method, class starling.display.DisplayObjectContainer |
| Returns a child object at a certain index. |
getChildByName(name:String) — method, class starling.display.DisplayObjectContainer |
| Returns a child object with a certain name (non-recursively). |
getChildIndex(child:starling.display:DisplayObject) — method, class starling.display.DisplayObjectContainer |
| Returns the index of a child within the container, or "-1" if it is not found. |
getClipRect(targetSpace:starling.display:DisplayObject, resultRect:flash.geom:Rectangle) — method, class starling.display.Sprite |
| Returns the bounds of the container's clipping rectangle in the given coordinate space,
or null if the sprite does not have one. |
getColor(vertexID:int) — method, class starling.utils.VertexData |
| Returns the RGB color of a vertex (no alpha). |
getEndValue(property:String) — method, class starling.animation.Tween |
| The end value a certain property is animated to. |
getExtensionFromUrl(url:String) — method, class starling.utils.AssetManager |
| Extracts the file extension from an URL. |
getFrame(name:String) — method, class starling.textures.TextureAtlas |
| Returns the frame rectangle of a specific region, or null if that region
has no frame. |
getFrameDuration(frameID:int) — method, class starling.display.MovieClip |
| Returns the duration of a certain frame (in seconds). |
getFrameSound(frameID:int) — method, class starling.display.MovieClip |
| Returns the sound of a certain frame. |
getFrameTexture(frameID:int) — method, class starling.display.MovieClip |
| Returns the texture of a certain frame. |
getGreen(color:uint) — Static Method , class starling.utils.Color |
| Returns the green part of an (A)RGB color (0 - 255). |
getKerning(charID:int) — method, class starling.text.BitmapChar |
| Retrieve kerning information relative to the given character ID. |
getLocation(space:starling.display:DisplayObject, resultPoint:flash.geom:Point) — method, class starling.events.Touch |
| Converts the current location of a touch to the local coordinate system of a display
object. |
getMovement(space:starling.display:DisplayObject, resultPoint:flash.geom:Point) — method, class starling.events.Touch |
| Returns the movement of the touch between the current and previous location. |
getName(rawAsset:Object) — method, class starling.utils.AssetManager |
| This method is called by 'enqueue' to determine the name under which an asset will be
accessible; override it if you need a custom naming scheme. |
getNames(prefix:String, result:Vector$String) — method, class starling.textures.TextureAtlas |
| Returns all texture names that start with a certain string, sorted alphabetically. |
getNextPowerOfTwo(number:Number) — Package Function, starling.utils |
| Returns the next power of two that is equal to or bigger than the specified number. |
getObject(name:String) — method, class starling.utils.AssetManager |
| Returns an object with a certain name, or null if it's not found. |
getObjectNames(prefix:String, result:Vector$String) — method, class starling.utils.AssetManager |
| Returns all object names that start with a certain string, sorted alphabetically. |
getPosition(vertexID:int, position:flash.geom:Point) — method, class starling.utils.VertexData |
| Returns the position of a vertex. |
getPreviousLocation(space:starling.display:DisplayObject, resultPoint:flash.geom:Point) — method, class starling.events.Touch |
| Converts the previous location of a touch to the local coordinate system of a display
object. |
getProgram(name:String) — method, class starling.core.Starling |
| Returns the vertex- and fragment-programs registered under a certain name. |
getQuadAlpha(quadID:int) — method, class starling.display.QuadBatch |
| Returns the alpha value of the first vertex of a specific quad. |
getQuadBounds(quadID:int, transformationMatrix:flash.geom:Matrix, resultRect:flash.geom:Rectangle) — method, class starling.display.QuadBatch |
| Calculates the bounds of a specific quad, optionally transformed by a matrix. |
getQuadColor(quadID:int) — method, class starling.display.QuadBatch |
| Returns the color of the first vertex of a specific quad. |
getRed(color:uint) — Static Method , class starling.utils.Color |
| Returns the red part of an (A)RGB color (0 - 255). |
getRegion(name:String) — method, class starling.textures.TextureAtlas |
| Returns the region rectangle associated with a specific name, or null
if no region with that name has been registered. |
getRotation(name:String) — method, class starling.textures.TextureAtlas |
| If true, the specified region in the atlas is rotated by 90 degrees (clockwise). |
getSound(name:String) — method, class starling.utils.AssetManager |
| Returns a sound with a certain name, or null if it's not found. |
getSoundNames(prefix:String, result:Vector$String) — method, class starling.utils.AssetManager |
| Returns all sound names that start with a certain string, sorted alphabetically. |
getTexCoords(vertexID:int, resultPoint:flash.geom:Point) — method, class starling.display.Image |
| Gets the texture coordinates of a vertex. |
getTexCoords(vertexID:int, texCoords:flash.geom:Point) — method, class starling.utils.VertexData |
| Returns the texture coordinates of a vertex in the range 0-1. |
getTexture(name:String) — method, class starling.textures.TextureAtlas |
| Retrieves a SubTexture by name. |
getTexture(name:String) — method, class starling.utils.AssetManager |
| Returns a texture with a certain name. |
getTextureAtlas(name:String) — method, class starling.utils.AssetManager |
| Returns a texture atlas with a certain name, or null if it's not found. |
getTextureLookupFlags(format:String, mipMapping:Boolean, repeat:Boolean, smoothing:String) — Static Method , class starling.core.RenderSupport |
| Returns the flags that are required for AGAL texture lookup,
including the '<' and '>' delimiters. |
getTextureNames(prefix:String, result:Vector$String) — method, class starling.utils.AssetManager |
| Returns all texture names that start with a certain string, sorted alphabetically. |
getTextures(prefix:String, result:Vector$starling.textures:Texture) — method, class starling.textures.TextureAtlas |
| Returns all textures that start with a certain string, sorted alphabetically
(especially useful for "MovieClip"). |
getTextures(prefix:String, result:Vector$starling.textures:Texture) — method, class starling.utils.AssetManager |
| Returns all textures that start with a certain string, sorted alphabetically
(especially useful for "MovieClip"). |
getTouch(target:starling.display:DisplayObject, phase:String, id:int) — method, class starling.events.TouchEvent |
| Returns a touch that originated over a certain target. |
getTouches(target:starling.display:DisplayObject, phase:String, result:Vector$starling.events:Touch) — method, class starling.events.TouchEvent |
| Returns a list of touches that originated over a certain target. |
getTransformationMatrix(targetSpace:starling.display:DisplayObject, resultMatrix:flash.geom:Matrix) — method, class starling.display.DisplayObject |
| Creates a matrix that represents the transformation from the local coordinate system
to another. |
getTransformationMatrix3D(targetSpace:starling.display:DisplayObject, resultMatrix:flash.geom:Matrix3D) — method, class starling.display.DisplayObject |
| Creates a matrix that represents the transformation from the local coordinate system
to another. |
getTransition(name:String) — Static Method , class starling.animation.Transitions |
| Returns the transition function that was registered under a certain name. |
getVertex(index:int, result:flash.geom:Point) — method, class starling.geom.Polygon |
| Returns the coordinates of a certain vertex. |
getVertexAlpha(vertexID:int) — method, class starling.display.Quad |
| Returns the alpha value of a vertex at a certain index. |
getVertexAlpha(quadID:int, vertexID:int) — method, class starling.display.QuadBatch |
| Returns the alpha value of one vertex of a specific quad. |
getVertexColor(vertexID:int) — method, class starling.display.Quad |
| Returns the color of a vertex at a certain index. |
getVertexColor(quadID:int, vertexID:int) — method, class starling.display.QuadBatch |
| Returns the color of one vertex of a specific quad. |
getXml(name:String) — method, class starling.utils.AssetManager |
| Returns an XML with a certain name, or null if it's not found. |
getXmlNames(prefix:String, result:Vector$String) — method, class starling.utils.AssetManager |
| Returns all XML names that start with a certain string, sorted alphabetically. |
globalToLocal(globalPoint:flash.geom:Point, resultPoint:flash.geom:Point) — method, class starling.display.DisplayObject |
| Transforms a point from global (stage) coordinates to the local coordinate system. |
globalToLocal3D(globalPoint:flash.geom:Point, resultPoint:flash.geom:Vector3D) — method, class starling.display.DisplayObject |
| Transforms a point from global (stage) coordinates to the 3D local coordinate system. |
globalX — Property, class starling.events.Touch |
| The x-position of the touch in stage coordinates. |
globalY — Property, class starling.events.Touch |
| The y-position of the touch in stage coordinates. |
GRAY — Constant Static Property, class starling.utils.Color |
| |
GREEN — Constant Static Property, class starling.utils.Color |
| |
|
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 |