The TweenObject2D class defines the interface for a class that can used with the Tween.animate method.

All display objects do implement this interface.

Inheritance

Constructors

TweenObject2D()

Properties

alpha → num

read / write
hashCode → int

Get a hash code for this object.

read-only, inherited
pivotX → num

read / write
pivotY → num

read / write
rotation → num

read / write
runtimeType → Type

A representation of the runtime type of the object.

read-only, inherited
scaleX → num

read / write
scaleY → num

read / write
skewX → num

read / write
skewY → num

read / write
x → num

read / write
y → num

read / write

Operators

operator ==(other) → bool

The equality operator.

inherited

Methods

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
toString() → String

Returns a string representation of this object.

inherited