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 |
rad2deg(rad:Number) — Package Function, starling.utils |
| Converts an angle from radians into degrees. |
raiseDrawCount(value:uint) — method, class starling.core.RenderSupport |
| Raises the draw count by a specific value. |
rawData — Property, class starling.utils.VertexData |
| The raw vertex data; not a copy! |
readjustSize(resetTextBounds:Boolean) — method, class starling.display.Button |
| Readjusts the dimensions of the button according to its current state texture. |
readjustSize() — method, class starling.display.Image |
| Readjusts the dimensions of the image according to its current texture. |
RectangleUtil — class, package starling.utils |
| A utility class containing methods related to the Rectangle class. |
RED — Constant Static Property, class starling.utils.Color |
| |
redraw() — method, class starling.text.TextField |
| Forces the text field to be constructed right away. |
region — Property, class starling.textures.SubTexture |
| The region of the parent texture that the SubTexture is showing (in points). |
register(name:String, func:Function) — Static Method , class starling.animation.Transitions |
| Registers a new transition function under a certain name. |
register(name:String, sourceFactor:String, destFactor:String, premultipliedAlpha:Boolean) — Static Method , class starling.display.BlendMode |
| Registeres a blending mode under a certain name and for a certain premultiplied alpha
(pma) value. |
registerBitmapFont(bitmapFont:starling.text:BitmapFont, name:String) — Static Method , class starling.text.TextField |
| Makes a bitmap font available at any TextField in the current stage3D context. |
registerProgram(name:String, vertexShader:flash.utils:ByteArray, fragmentShader:flash.utils:ByteArray) — method, class starling.core.Starling |
| Registers a compiled shader-program under a certain name. |
registerProgramFromSource(name:String, vertexShader:String, fragmentShader:String) — method, class starling.core.Starling |
| Compiles a shader-program and registers it under a certain name. |
remove(object:starling.animation:IAnimatable) — method, class starling.animation.Juggler |
| Removes an object from the juggler. |
removeByteArray(name:String, dispose:Boolean) — method, class starling.utils.AssetManager |
| Removes a certain byte array, optionally disposing its memory right away. |
removeChild(child:starling.display:DisplayObject, dispose:Boolean) — method, class starling.display.DisplayObjectContainer |
| Removes a child from the container. |
removeChildAt(index:int, dispose:Boolean) — method, class starling.display.DisplayObjectContainer |
| Removes a child at a certain index. |
removeChildren(beginIndex:int, endIndex:int, dispose:Boolean) — method, class starling.display.DisplayObjectContainer |
| Removes a range of children from the container (endIndex included). |
removed — Event, class starling.display.DisplayObject |
| Dispatched when an object is removed from its parent. |
REMOVED — Constant Static Property, class starling.events.Event |
| Event type for a display object that is removed from its parent. |
removedFromStage — Event, class starling.display.DisplayObject |
| Dispatched when an object is removed from the stage and won't be rendered any longer. |
REMOVED_FROM_STAGE — Constant Static Property, class starling.events.Event |
| Event type for a display object that is removed from the stage. |
removeEventListener(type:String, listener:Function) — method, class starling.display.DisplayObject |
| Removes an event listener from the object. |
removeEventListener(type:String, listener:Function) — method, class starling.events.EventDispatcher |
| Removes an event listener from the object. |
removeEventListeners(type:String) — method, class starling.display.DisplayObject |
| Removes all event listeners with a certain type, or all of them if type is null. |
removeEventListeners(type:String) — method, class starling.events.EventDispatcher |
| Removes all event listeners with a certain type, or all of them if type is null. |
removeFrameAt(frameID:int) — method, class starling.display.MovieClip |
| Removes the frame at a certain ID. |
REMOVE_FROM_JUGGLER — Constant Static Property, class starling.events.Event |
| Event type for an animated object that requests to be removed from the juggler. |
removeFromParent(dispose:Boolean) — method, class starling.display.DisplayObject |
| Removes the object from its parent, if it has one, and optionally disposes it. |
removeObject(name:String) — method, class starling.utils.AssetManager |
| Removes a certain object. |
removeRegion(name:String) — method, class starling.textures.TextureAtlas |
| Removes a region with a certain name. |
removeSound(name:String) — method, class starling.utils.AssetManager |
| Removes a certain sound. |
removeTexture(name:String, dispose:Boolean) — method, class starling.utils.AssetManager |
| Removes a certain texture, optionally disposing it. |
removeTextureAtlas(name:String, dispose:Boolean) — method, class starling.utils.AssetManager |
| Removes a certain texture atlas, optionally disposing it. |
removeTweens(target:Object) — method, class starling.animation.Juggler |
| Removes all tweens with a certain target. |
removeXml(name:String, dispose:Boolean) — method, class starling.utils.AssetManager |
| Removes a certain Xml object, optionally disposing it. |
render() — method, class starling.core.Starling |
| Renders the complete display list. |
render(support:starling.core:RenderSupport, parentAlpha:Number) — method, class starling.display.DisplayObject |
| Renders the display object with the help of a support object. |
render(support:starling.core:RenderSupport, parentAlpha:Number) — method, class starling.display.DisplayObjectContainer |
| Renders the display object with the help of a support object. |
render(support:starling.core:RenderSupport, parentAlpha:Number) — method, class starling.display.Image |
| Renders the display object with the help of a support object. |
render(support:starling.core:RenderSupport, parentAlpha:Number) — method, class starling.display.Quad |
| Renders the display object with the help of a support object. |
render(support:starling.core:RenderSupport, parentAlpha:Number) — method, class starling.display.QuadBatch |
| Renders the display object with the help of a support object. |
render(support:starling.core:RenderSupport, parentAlpha:Number) — method, class starling.display.Sprite |
| Renders the display object with the help of a support object. |
render(support:starling.core:RenderSupport, parentAlpha:Number) — method, class starling.display.Sprite3D |
| Renders the display object with the help of a support object. |
render(object:starling.display:DisplayObject, support:starling.core:RenderSupport, parentAlpha:Number) — method, class starling.filters.FragmentFilter |
| Applies the filter on a certain display object, rendering the output into the current
render target. |
render(support:starling.core:RenderSupport, parentAlpha:Number) — method, class starling.text.TextField |
| Renders the display object with the help of a support object. |
renderCustom(mvpMatrix:flash.geom:Matrix3D, parentAlpha:Number, blendMode:String) — method, class starling.display.QuadBatch |
| Renders the current batch with custom settings for model-view-projection matrix, alpha
and blend mode. |
RenderSupport — class, package starling.core |
| A class that contains helper methods simplifying Stage3D rendering. |
RenderSupport() — Constructor, class starling.core.RenderSupport |
| Creates a new RenderSupport object with an empty matrix stack. |
renderTarget — Property, class starling.core.RenderSupport |
| The texture that is currently being rendered into, or 'null' to render into the
back buffer. |
RenderTexture — class, package starling.textures |
| A RenderTexture is a dynamic texture onto which you can draw any display object. |
RenderTexture(width:int, height:int, persistent:Boolean, scale:Number, format:String, repeat:Boolean) — Constructor, class starling.textures.RenderTexture |
| Creates a new RenderTexture with a certain size (in points). |
repeat — Property, class starling.filters.DisplacementMapFilter |
| Indicates how the pixels at the edge of the input image (the filtered object) will
be wrapped at the edge. |
repeat — Property, class starling.textures.ConcreteTexture |
| Indicates if the texture should repeat like a wallpaper or stretch the outermost pixels. |
repeat — Property, class starling.textures.SubTexture |
| Indicates if the texture should repeat like a wallpaper or stretch the outermost pixels. |
repeat — Property, class starling.textures.Texture |
| Indicates if the texture should repeat like a wallpaper or stretch the outermost pixels. |
repeat — Property, class starling.textures.TextureOptions |
| Indicates if the texture should repeat like a wallpaper or stretch the outermost pixels. |
repeatCall(call:Function, interval:Number, repeatCount:int, ... rest) — method, class starling.animation.Juggler |
| Runs a function at a specified interval (in seconds). |
repeatCount — Property, class starling.animation.DelayedCall |
| The number of times the call will be repeated. |
repeatCount — Property, class starling.animation.Tween |
| The number of times the tween will be executed. |
repeatDelay — Property, class starling.animation.Tween |
| The amount of time to wait between repeat cycles (in seconds). |
REPLACE — Constant Static Property, class starling.filters.FragmentFilterMode |
| The filter is replacing the filtered object. |
reset(call:Function, delay:Number, args:Array) — method, class starling.animation.DelayedCall |
| Resets the delayed call to its default values, which is useful for pooling. |
reset(target:Object, time:Number, transition:Object) — method, class starling.animation.Tween |
| Resets the tween to its default values. |
reset() — method, class starling.display.QuadBatch |
| Resets the batch. |
reset() — method, class starling.filters.ColorMatrixFilter |
| Changes the filter matrix back to the identity matrix. |
resetMatrix() — method, class starling.core.RenderSupport |
| Empties the matrix stack, resets the modelview matrix to the identity matrix. |
resize — Event, class starling.display.Stage |
| Dispatched when the Flash container is resized. |
RESIZE — Constant Static Property, class starling.events.Event |
| Event type for a resized Flash Player. |
RESIZE — Constant Static Property, class starling.events.ResizeEvent |
| Event type for a resized Flash player. |
ResizeEvent — class, package starling.events |
| A ResizeEvent is dispatched by the stage when the size of the Flash container changes. |
ResizeEvent(type:String, width:int, height:int, bubbles:Boolean) — Constructor, class starling.events.ResizeEvent |
| Creates a new ResizeEvent. |
resolution — Property, class starling.filters.FragmentFilter |
| The resolution of the filter texture. |
reverse — Property, class starling.animation.Tween |
| Indicates if the tween should be reversed when it is repeating. |
rgb(red:int, green:int, blue:int) — Static Method , class starling.utils.Color |
| Creates an RGB color, stored in an unsigned integer. |
RIGHT — Constant Static Property, class starling.utils.HAlign |
| Right alignment. |
root — Property, class starling.core.Starling |
| The instance of the root class provided in the constructor. |
root — Property, class starling.display.DisplayObject |
| The root object the display object is connected to (i.e. |
root — Property, class starling.events.TouchProcessor |
| The base object that will be used for hit testing. |
root — Property, class starling.textures.ConcreteTexture |
| The concrete texture the texture is based on. |
root — Property, class starling.textures.RenderTexture |
| The concrete texture the texture is based on. |
root — Property, class starling.textures.SubTexture |
| The concrete texture the texture is based on. |
root — Property, class starling.textures.Texture |
| The concrete texture the texture is based on. |
rootCreated — Event, class starling.core.Starling |
| Dispatched when the root class has been created. |
ROOT_CREATED — Constant Static Property, class starling.events.Event |
| Event type that indicates that the root DisplayObject has been created. |
rotated — Property, class starling.textures.SubTexture |
| If true, the SubTexture will show the parent region rotated by 90 degrees (CCW). |
rotateMatrix(angle:Number) — method, class starling.core.RenderSupport |
| Prepends a rotation (angle in radians) to the modelview matrix. |
rotation — Property, class starling.display.DisplayObject |
| The rotation of the object in radians. |
rotation — Property, class starling.display.Sprite3D |
| The rotation of the object about the z axis, in radians. |
rotationX — Property, class starling.display.Sprite3D |
| The rotation of the object about the x axis, in radians. |
rotationY — Property, class starling.display.Sprite3D |
| The rotation of the object about the y axis, in radians. |
rotationZ — Property, class starling.display.Sprite3D |
| The rotation of the object about the z axis, in radians. |
roundToInt — Property, class starling.animation.Tween |
| Indicates if the numeric values should be cast to Integers. |
|
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 |