The TweenPropertyAccessor2D is used to access the animatable properties of a TweenObject2D. This class is return by the Tween.animate getter.
- Implements
-
- TweenPropertyAccessor
Properties
- alpha → TweenProperty
-
read-only
- hashCode → int
-
Get a hash code for this object.
read-only, inherited - pivotX → TweenProperty
-
read-only
- pivotY → TweenProperty
-
read-only
- rotation → TweenProperty
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited - scaleX → TweenProperty
-
read-only
- scaleY → TweenProperty
-
read-only
- skewX → TweenProperty
-
read-only
- skewY → TweenProperty
-
read-only
- x → TweenProperty
-
read-only
- y → TweenProperty
-
read-only
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