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

Constructors

TweenObject3D()

Properties

hashCode → int

Get a hash code for this object.

read-only, inherited
offsetX → num

read / write
offsetY → num

read / write
offsetZ → num

read / write
rotationX → num

read / write
rotationY → num

read / write
rotationZ → num

read / write
runtimeType → Type

A representation of the runtime type of the object.

read-only, inherited

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