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  
underline — Property, class starling.text.TextFormat
Indicates whether the text is underlined.
unregisterBitmapFont(name:String, dispose:Boolean) — Static Method , class starling.text.TextField
Unregisters the bitmap font and, optionally, disposes it.
unregisterCompositor(fontName:String, dispose:Boolean) — Static Method , class starling.text.TextField
Unregisters the specified text compositor and optionally disposes it.
unregisterFactory(factory:starling.assets:AssetFactory) — method, class starling.assets.AssetManager
Unregisters the specified AssetFactory.
UP — Constant Static Property, class starling.display.ButtonState
The button's default state.
UPDATE — Constant Static Property, class starling.events.Event
An event type to be utilized in custom events.
updateEffect(effect:starling.rendering:MeshEffect, state:starling.rendering:RenderState) — method, class starling.styles.MeshStyle
Updates the settings of the given effect to match the current style.
updateEmbeddedFonts() — Static Method , class starling.text.TextField
Updates the list of embedded fonts.
updateEmbeddedFonts() — Static Method , class starling.utils.SystemUtil
Updates the list of embedded fonts.
updateTinted(attrName:String) — method, class starling.rendering.VertexData
Updates the tinted property from the actual color data.
updateTransformationMatrices(x:Number, y:Number, pivotX:Number, pivotY:Number, scaleX:Number, scaleY:Number, skewX:Number, skewY:Number, rotation:Number, out:flash.geom:Matrix, out3D:flash.geom:Matrix3D) — method, class starling.display.Sprite3D
updateTransformationMatrices3D(x:Number, y:Number, z:Number, pivotX:Number, pivotY:Number, pivotZ:Number, scaleX:Number, scaleY:Number, scaleZ:Number, rotationX:Number, rotationY:Number, rotationZ:Number, out:flash.geom:Matrix, out3D:flash.geom:Matrix3D) — method, class starling.display.Sprite3D
uploadAtfData(data:flash.utils:ByteArray, offset:int, async:any) — method, class starling.textures.ConcreteTexture
Uploads ATF data from a ByteArray to the texture.
uploadBitmap(bitmap:flash.display:Bitmap, async:any) — method, class starling.textures.ConcreteTexture
Uploads a bitmap to the texture.
uploadBitmapData(data:flash.display:BitmapData, async:any) — method, class starling.textures.ConcreteTexture
Uploads bitmap data to the texture.
uploadIndexData(indexData:starling.rendering:IndexData, bufferUsage:String) — method, class starling.rendering.Effect
Uploads the given index data to the internal index buffer.
uploadToIndexBuffer(buffer:flash.display3D:IndexBuffer3D, indexID:int, numIndices:int) — method, class starling.rendering.IndexData
Uploads the complete data (or a section of it) to the given index buffer.
uploadToVertexBuffer(buffer:flash.display3D:VertexBuffer3D, vertexID:int, numVertices:int) — method, class starling.rendering.VertexData
Uploads the complete data (or a section of it) to the given vertex buffer.
uploadVertexData(vertexData:starling.rendering:VertexData, bufferUsage:String) — method, class starling.rendering.Effect
Uploads the given vertex data to the internal vertex buffer.
upState — Property, class starling.display.Button
The texture that is displayed when the button is not being touched.
url — Property, class starling.assets.AssetReference
The url from which the asset needs to be / has been loaded.
useDoubleBuffering — Static Property, class starling.textures.RenderTexture
Indicates if new persistent textures should use double buffering.
useHandCursor — Property, class starling.display.Button
Indicates if the mouse cursor should transform into a hand while it's over the button.
useHandCursor — Property, class starling.display.DisplayObject
Indicates if the mouse cursor should transform into a hand while it's over the sprite.
useHandCursor — Property, class starling.utils.ButtonBehavior
Indicates if the mouse cursor should transform into a hand while it's over the button.
useMipMaps — Property, class starling.utils.AssetManager
For bitmap textures, this flag indicates if mip maps should be generated when they are loaded; for ATF textures, it indicates if mip maps are valid and should be used.
useQuadLayout — Property, class starling.rendering.IndexData
Indicates if all indices are following the basic quad layout.
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