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. |
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. |
invert() — method, class starling.filters.ColorMatrixFilter |
| Inverts the colors of the filtered objects. |
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 |
| |
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. |
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. |
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. |
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 |