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  
hasAttribute(attrName:String) — method, class starling.rendering.VertexData
Indicates if the VertexData instances contains an attribute with the specified name.
hasAttribute(attrName:String) — method, class starling.rendering.VertexDataFormat
Indicates if the format contains an attribute with the given name.
hasChars(text:String) — method, class starling.text.BitmapFont
Checks whether a provided string can be displayed with the font.
hasEventListener(type:String, listener:Function) — method, class starling.events.EventDispatcher
If called with one argument, figures out if there are any listeners registered for the given event type.
hasProgram(name:String) — method, class starling.rendering.Painter
Indicates if a program is registered under a certain name.
height — Property, class starling.display.DisplayObject
The height of the object in pixels.
height — Property, class starling.events.ResizeEvent
The updated height of the player.
height — Property, class starling.events.Touch
Height of the contact area.
height — Property, class starling.text.BitmapChar
The height of the character in points.
height — Property, class starling.text.TextField
The height of the object in pixels.
height — Property, class starling.textures.AtfData
The height of the texture in pixels.
height — Property, class starling.textures.ConcreteTexture
The height of the texture in points.
height — Property, class starling.textures.SubTexture
The height of the texture in points.
height — Property, class starling.textures.Texture
The height of the texture in points.
hitTest(localPoint:flash.geom:Point) — method, class starling.display.Canvas
Returns the object that is found topmost beneath a point in local coordinates, or nil if the test fails.
hitTest(localPoint:flash.geom:Point) — method, class starling.display.DisplayObject
Returns the object that is found topmost beneath a point in local coordinates, or nil if the test fails.
hitTest(localPoint:flash.geom:Point) — method, class starling.display.DisplayObjectContainer
Returns the object that is found topmost beneath a point in local coordinates, or nil if the test fails.
hitTest(localPoint:flash.geom:Point) — method, class starling.display.Mesh
Returns the object that is found topmost beneath a point in local coordinates, or nil if the test fails.
hitTest(localPoint:flash.geom:Point) — method, class starling.display.Quad
Returns the object that is found topmost beneath a point in local coordinates, or nil if the test fails.
hitTest(localPoint:flash.geom:Point) — method, class starling.display.Sprite3D
Returns the object that is found topmost beneath a point in local coordinates, or nil if the test fails.
hitTest(localPoint:flash.geom:Point) — method, class starling.display.Stage
Returns the object that is found topmost beneath a point in stage coordinates, or the stage itself if nothing else is found.
hitTest(localPoint:flash.geom:Point) — method, class starling.text.TextField
Returns the object that is found topmost beneath a point in local coordinates, or nil if the test fails.
hitTestMask(localPoint:flash.geom:Point) — method, class starling.display.DisplayObject
Checks if a certain point is inside the display object's mask.
HORIZONTAL — Constant Static Property, class starling.text.TextFieldAutoSize
The text field will grow/shrink sidewards; no line-breaks will be added.
horizontalAlign — Property, class starling.text.TextFormat
The horizontal alignment of the text.
HOVER — Constant Static Property, class starling.events.TouchPhase
Only available for mouse input: the cursor hovers over an object without a pressed button.
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