IAnimation

The ‘IAnimation’ interface defines a common interface for all animation objects.

Summary
IAnimationThe ‘IAnimation’ interface defines a common interface for all animation objects.
Properties
targetGets a reference to the target object being animated.
propertyGets the property of the target object being animated.
methodGets the method being used to render the animation.

Properties

target

function get target():Object

Gets a reference to the target object being animated.

Returns

A reference to the target object being animated. 

property

function get property():String

Gets the property of the target object being animated.

Returns

The property of the target object being animated. 

method

function get method():uint

Gets the method being used to render the animation.

Returns

The method being used to render the animation. 

See Also

com.boostworthy.animation.RenderMethod

The ‘IRenderable’ interface defines a common interface for all renderable objects.
The ‘Animation’ class is the base class for all animation objects.
function get target():Object
Gets a reference to the target object being animated.
function get property():String
Gets the property of the target object being animated.
function get method():uint
Gets the method being used to render the animation.
Close