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  
leading — Property, class starling.text.TextFormat
The amount of vertical space (called 'leading') between lines.
left — Property, class starling.utils.Padding
The padding on the left side.
LEFT — Constant Static Property, class starling.utils.Align
Horizontal left alignment.
letterSpacing — Property, class starling.text.TextFormat
A number representing the amount of space that is uniformly distributed between all characters.
LIME — Constant Static Property, class starling.utils.Color
linear(ratio:Number) — Static Method , class starling.animation.Transitions
LINEAR — Constant Static Property, class starling.animation.Transitions
lineHeight — Property, class starling.text.BitmapFont
The height of one line in points.
load(url:String, onComplete:Function, onError:Function, onProgress:Function) — method, class starling.assets.DataLoader
Loads the binary data from a specific URL.
loadDataFromUrl(url:String, onComplete:Function, onError:Function) — method, class starling.assets.AssetFactoryHelper
Accesses a URL (local or remote) and passes the loaded ByteArray to the 'onComplete' callback - or executes 'onError' when the data can't be loaded.
loadQueue(onComplete:Function, onError:Function, onProgress:Function) — method, class starling.assets.AssetManager
Loads all enqueued assets asynchronously.
loadQueue(onProgress:Function) — method, class starling.utils.AssetManager
Loads all enqueued assets asynchronously.
loadRawAsset(rawAsset:Object, onProgress:Function, onComplete:Function) — method, class starling.utils.AssetManager
This method is called internally for each element of the queue when it is loaded.
local3DToGlobal(localPoint:flash.geom:Vector3D, out:flash.geom:Point) — method, class starling.display.DisplayObject
Transforms a 3D point from the local coordinate system to global (stage) coordinates.
localToGlobal(localPoint:flash.geom:Point, out:flash.geom:Point) — method, class starling.display.DisplayObject
Transforms a point from the local coordinate system to global (stage) coordinates.
localToGlobal(u:Number, v:Number, out:flash.geom:Point) — method, class starling.textures.Texture
Transforms the given texture coordinates from the local coordinate system into the root texture's coordinate system.
log(message:String) — method, class starling.assets.AssetFactoryHelper
Forwarded to the AssetManager's method with the same name.
log(message:String) — method, class starling.assets.AssetManager
This method is called during loading of assets when 'verbose' is activated.
log(message:String) — method, class starling.utils.AssetManager
This method is called during loading of assets when 'verbose' is activated.
loop — Property, class starling.display.MovieClip
Indicates if the clip should loop.
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