Class fvaswing.effects.FvEffectInstance

Description

Wrapper for AsWing Components properties.

AsWing components don't have any public properties ( like 'x', 'y, ... ), FvEffectInstance give access to components methods binding them on simple getter /setter public access, thus, classic tweening can be used.

All FvTweenEffect automatically build a FvEffectInstance before any tween process.

Field Index

alpha, height, target, width, x, y

Method Index

new FvEffectInstance()
toString()

Constructor Detail

FvEffectInstance

public function FvEffectInstance(comp:Component)

Constructor.

Parameters

Field Detail

target

public target:Component [Read Only]
Read-only. Current component target.

alpha

public alpha:Number
Component alpha value.

x

public x:Number
Component 'x' position.

y

public y:Number
Component 'y' position.

width

public width:Number
Component width.

height

public height:Number
Component height.

Method Detail

toString

public function toString():String

Returns String representations.