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  
tapCount — Property, class starling.events.Touch
The number of taps the finger made in a short amount of time.
target — Property, class starling.animation.Tween
The target object that is animated.
target — Property, class starling.events.Event
The object that dispatched the event.
target — Property, class starling.events.Touch
The display object at which the touch occurred.
TEAL — Constant Static Property, class starling.utils.Color
TEXCOORD_OFFSET — Constant Static Property, class starling.utils.VertexData
The offset of texture coordinate (u, v) within a vertex.
texCoordsAtID — Property, class starling.filters.FragmentFilter
The ID of the vertex buffer attribute that stores the texture coordinates.
text — Property, class starling.display.Button
The text that is displayed on the button.
text — Property, class starling.text.TextField
The displayed text.
textBounds — Property, class starling.display.Button
The bounds of the textfield on the button.
textBounds — Property, class starling.text.TextField
Returns the bounds of the text within the text field.
TextField — class, package starling.text
A TextField displays text, either using standard true type fonts or custom bitmap fonts.
TextField(width:int, height:int, text:String, fontName:String, fontSize:Number, color:uint, bold:Boolean) — Constructor, class starling.text.TextField
Create a new text field with the given properties.
textHAlign — Property, class starling.display.Button
The horizontal alignment of the text on the button.
texture — Property, class starling.display.Image
The texture that is displayed on the quad.
texture — Property, class starling.display.QuadBatch
texture — Property, class starling.text.BitmapChar
The texture of the character.
Texture — class, package starling.textures
A texture stores the information that represents an image.
TextureAtlas — class, package starling.textures
A texture atlas is a collection of many smaller textures in one big image.
TextureAtlas(texture:starling.textures:Texture, atlasXml:XML) — Constructor, class starling.textures.TextureAtlas
Create a texture atlas from a texture by parsing the regions from an XML file.
TextureSmoothing — class, package starling.textures
A class that provides constant values for the possible smoothing algorithms of a texture.
textVAlign — Property, class starling.display.Button
The vertical alignment of the text on the button.
timestamp — Property, class starling.events.Touch
The moment the touch occurred (in seconds since application start).
timestamp — Property, class starling.events.TouchEvent
The time the event occurred (in seconds since application launch).
tinted — Property, class starling.display.Quad
Returns true if the quad (or any of its vertices) is non-white or non-opaque.
tinted — Property, class starling.display.QuadBatch
tinted — Property, class starling.utils.VertexData
Indicates if any vertices have a non-white color or are not fully opaque.
TOP — Constant Static Property, class starling.utils.VAlign
Top alignment.
toString() — method, class starling.events.Event
Returns a description of the event, containing type and bubble information.
toString() — method, class starling.events.Touch
Returns a description of the object.
totalTime — Property, class starling.animation.DelayedCall
The time for which calls will be delayed (in seconds).
totalTime — Property, class starling.animation.Tween
The total time the tween will take per repetition (in seconds).
totalTime — Property, class starling.display.MovieClip
The total duration of the clip in seconds.
touch — Event, class starling.display.DisplayObject
Dispatched when an object is touched.
Touch — class, package starling.events
A Touch object contains information about the presence or movement of a finger or the mouse on the screen.
Touch(id:int, globalX:Number, globalY:Number, phase:String, target:starling.display:DisplayObject) — Constructor, class starling.events.Touch
Creates a new Touch object.
TOUCH — Constant Static Property, class starling.events.TouchEvent
Event type for touch or mouse input.
touchable — Property, class starling.display.DisplayObject
Indicates if this object (and its children) will receive touch events.
touches — Property, class starling.events.TouchEvent
All touches that are currently available.
TouchEvent — class, package starling.events
A TouchEvent is triggered either by touch or mouse input.
TouchEvent(type:String, touches:Vector$starling.events:Touch, shiftKey:Boolean, ctrlKey:Boolean, bubbles:Boolean) — Constructor, class starling.events.TouchEvent
Creates a new TouchEvent instance.
TouchPhase — final class, package starling.events
A class that provides constant values for the phases of a touch object.
transformationMatrix — Property, class starling.display.DisplayObject
The transformation matrix of the object relative to its parent.
transformCoords(matrix:flash.geom:Matrix, x:Number, y:Number, resultPoint:flash.geom:Point) — Package Function, starling.utils
Uses a matrix to transform 2D coordinates into a different space.
transformCoords(matrix:flash.geom:Matrix, x:Number, y:Number, resultPoint:flash.geom:Point) — Static Method , class starling.utils.MatrixUtil
Uses a matrix to transform 2D coordinates into a different space.
transformMatrix(object:starling.display:DisplayObject) — method, class starling.core.RenderSupport
Prepends translation, scale and rotation of an object to the modelview matrix.
transformMatrixForObject(matrix:flash.geom:Matrix, object:starling.display:DisplayObject) — Static Method , class starling.core.RenderSupport
Prepends translation, scale and rotation of an object to a custom matrix.
transformVertex(vertexID:int, matrix:flash.geom:Matrix, numVertices:int) — method, class starling.utils.VertexData
Transforms the position of subsequent vertices by multiplication with a transformation matrix.
transition — Property, class starling.animation.Tween
The transition method used for the animation.
transitionFunc — Property, class starling.animation.Tween
The actual transition function used for the animation.
Transitions — class, package starling.animation
The Transitions class contains static methods that define easing functions.
translateMatrix(dx:Number, dy:Number) — method, class starling.core.RenderSupport
Prepends a translation to the modelview matrix.
translateVertex(vertexID:int, deltaX:Number, deltaY:Number) — method, class starling.utils.VertexData
Translate the position of a vertex by a certain offset.
triggered — Event, class starling.display.Button
Dispatched when the user triggers the button.
TRIGGERED — Constant Static Property, class starling.events.Event
Event type for a triggered button.
TRILINEAR — Constant Static Property, class starling.textures.TextureSmoothing
Trilinear filtering.
tween(target:Object, time:Number, properties:Object) — method, class starling.animation.Juggler
Utilizes a tween to animate the target object over a certain time.
Tween — class, package starling.animation
A Tween animates numeric properties of objects.
Tween(target:Object, time:Number, transition:Object) — Constructor, class starling.animation.Tween
Creates a tween with a target, duration (in seconds) and a transition function.
type — Property, class starling.events.Event
A string that identifies the event.
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