TweenObject3D class
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
- Object
- TweenObject
- TweenObject3D
- Implementers
Constructors
Properties
- hashCode → int
-
The 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
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
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited