TweenObject2D class abstract

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
Implementers

Constructors

TweenObject2D()

Properties

alpha num
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pivotX num
getter/setter pair
pivotY num
getter/setter pair
rotation num
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaleX num
getter/setter pair
scaleY num
getter/setter pair
skewX num
getter/setter pair
skewY num
getter/setter pair
x num
getter/setter pair
y num
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited