Package | com.boostworthy.animation.management.types.abstract |
Interface | public interface IAnimation extends IRenderable |
Implementors | Animation |
Property | Defined by | ||
---|---|---|---|
method : uint [read-only]
Gets the method being used to render the animation.
| IAnimation | ||
property : String [read-only]
Gets the property of the target object being animated.
| IAnimation | ||
target : Object [read-only]
Gets a reference to the target object being animated.
| IAnimation |
method | property |
method:uint
[read-only]Gets the method being used to render the animation.
Implementation public function get method():uint
See also
property | property |
property:String
[read-only]Gets the property of the target object being animated.
Implementation public function get property():String
target | property |
target:Object
[read-only]Gets a reference to the target object being animated.
Implementation public function get target():Object