Product Version : | Feathers 2.2.0 |
Passes rendering to another display object, but provides its own separate
transformation.
Touching the delegate does not pass touches to the target. The
delegate is a separate display object. However, interacting with the
target may affect the rendering of the delegate.
target:DisplayObject
The displaying object being rendered.
Implementation public function get target():DisplayObject
public function set target(value:DisplayObject):void
public function RenderDelegate(target:DisplayObject)
Constructor.
Parameters
Sat Jun 18 2022, 02:58 PM -07:00