TweenObject3D class abstract

The TweenObject3D class defines the interface for a class that can used with the Tween.animate3D method.

All 3D display objects do implement this interface.

Inheritance
Implementers

Constructors

TweenObject3D()

Properties

hashCode int
The hash code for this object.
no setterinherited
offsetX num
getter/setter pair
offsetY num
getter/setter pair
offsetZ num
getter/setter pair
rotationX num
getter/setter pair
rotationY num
getter/setter pair
rotationZ num
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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