The EffectDescriptor class is an object that can be passed
to an Effect class to execute.Unlike Flex's effects which can
only operate on UIComponents and are therefore tied to
them, OpenPyro effects are executed based on EffectDescriptors,
so are decoupled from the framework.
public var duration:Number
public var properties:Object
public var target:DisplayObject
public function EffectDescriptor(target:DisplayObject = null, duration:Number, properties:Object = null)Parameters
| target:DisplayObject (default = null) |
| |
| duration:Number |
| |
| properties:Object (default = null) |