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  
IAnimatable — Interface, package starling.animation
The IAnimatable interface describes objects that are animated depending on the passed time.
id — Property, class starling.events.Touch
The identifier of a touch.
Image — class, package starling.display
An Image is a quad with a texture mapped onto it.
Image(texture:starling.textures:Texture) — Constructor, class starling.display.Image
Creates a quad with a texture mapped onto it.
initialize() — Static Method , class starling.utils.SystemUtil
Initializes the ACTIVATE/DEACTIVATE event handlers on the native application.
insertAt(array:Array, index:int, object:Object) — Static Method , class starling.utils.ArrayUtil
Inserts an element into the array at the specified index.
insertIntAt(vector:Vector$int, index:int, value:int) — Static Method , class starling.utils.VectorUtil
Inserts a value into the 'int'-Vector at the specified index.
insertNumberAt(vector:Vector$Number, index:int, value:Number) — Static Method , class starling.utils.VectorUtil
Inserts a value into the 'Number'-Vector at the specified index.
insertUnsignedIntAt(vector:Vector$uint, index:int, value:uint) — Static Method , class starling.utils.VectorUtil
Inserts a value into the 'uint'-Vector at the specified index.
interactsWith(target:starling.display:DisplayObject) — method, class starling.events.TouchEvent
Indicates if a target is currently being touched or hovered over.
intersect(rect1:flash.geom:Rectangle, rect2:flash.geom:Rectangle, resultRect:flash.geom:Rectangle) — Static Method , class starling.utils.RectangleUtil
Calculates the intersection between two Rectangles.
intersectLineWithXYPlane(pointA:flash.geom:Vector3D, pointB:flash.geom:Vector3D, resultPoint:flash.geom:Point) — Static Method , class starling.utils.MathUtil
Calculates the intersection point between the xy-plane and an infinite line that is defined by two 3D points in the same coordinate system.
invert() — method, class starling.filters.ColorMatrixFilter
Inverts the colors of the filtered objects.
ioError — Event, class starling.utils.AssetManager
Dispatched when an URLLoader fails with an IO_ERROR while processing the queue.
IO_ERROR — Constant Static Property, class starling.events.Event
Event type that is dispatched by the AssetManager when a file/url cannot be loaded.
is3D — Property, class starling.display.DisplayObject
Indicates if this object or any of its parents is a 'Sprite3D' object.
isAIR — Static Property, class starling.utils.SystemUtil
Indicates if the code is executed in an Adobe AIR runtime (true) or Flash plugin/projector (false).
isApplicationActive — Static Property, class starling.utils.SystemUtil
Indicates if the application is currently active.
isAtfData(data:flash.utils:ByteArray) — Static Method , class starling.textures.AtfData
Checks the first 3 bytes of the data for the 'ATF' signature.
isCached — Property, class starling.filters.FragmentFilter
Indicates if the filter is cached (via the "cache" method).
isComplete — Property, class starling.animation.DelayedCall
Indicates if enough time has passed, and the call has already been executed.
isComplete — Property, class starling.animation.Tween
Indicates if the tween is finished.
isComplete — Property, class starling.display.MovieClip
Indicates if a (non-looping) movie has come to its end.
isConvex — Property, class starling.geom.Polygon
Indicates if the polygon is convex.
isCubeMap — Property, class starling.textures.AtfData
Indicates if the ATF data encodes a cube map.
isDefaultPrevented() — method, class starling.events.KeyboardEvent
Checks whether the preventDefault() method has been called on the event.
isDesktop — Static Property, class starling.utils.SystemUtil
Indicates if the code is executed on a Desktop computer with Windows, OS X or Linux operating system.
isFlattened — Property, class starling.display.Sprite
Indicates if the sprite was flattened.
isHtmlText — Property, class starling.text.TextField
Indicates if the assigned text should be interpreted as HTML code.
isLoading — Property, class starling.utils.AssetManager
Indicates if a queue is currently being loaded.
isPersistent — Property, class starling.textures.RenderTexture
Indicates if the texture is persistent over multiple draw calls.
isPlaying — Property, class starling.display.MovieClip
Indicates if the clip is still playing.
isSimple — Property, class starling.geom.Polygon
Indicates if the polygon's line segments are not self-intersecting.
isStarted — Property, class starling.core.Starling
Indicates if this Starling instance is started.
isStateChange(tinted:Boolean, parentAlpha:Number, texture:starling.textures:Texture, smoothing:String, blendMode:String, numQuads:int) — method, class starling.display.QuadBatch
Indicates if specific quads can be added to the batch without causing a state change.
isTouching(target:starling.display:DisplayObject) — method, class starling.events.Touch
Indicates if the target or one of its children is touched.
isValid(smoothing:String) — Static Method , class starling.textures.TextureSmoothing
Determines whether a smoothing value is valid.
isValid(hAlign:String) — Static Method , class starling.utils.HAlign
Indicates whether the given alignment string is valid.
isValid(scaleMode:String) — Static Method , class starling.utils.ScaleMode
Indicates whether the given scale mode string is valid.
isValid(vAlign:String) — Static Method , class starling.utils.VAlign
Indicates whether the given alignment string is valid.
italic — Property, class starling.text.TextField
Indicates whether the text is italicized.
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