class com.google.ads.studio.layouts.HighlightEffect
HighlightEffect manages the effect of highlighting a configurable object.
Properties
| Name | Type | Description | Default |
|---|---|---|---|
currentObject | DisplayObject | Returns the currently highlighted display object, or null for none. | |
Constructors
Instance Methods
Defined in com.google.ads.studio.layouts:HighlightEffect
highlight(objectToHighlight:flash.display:DisplayObject)
:
voidHighlights the specified object.
removeHighlight()
:
voidRemoves the highlight effect
