TweenPropertyAccessor3D class

The TweenPropertyAccessor3D is used to access the animatable properties of a TweenObject3D. This class is return by the Tween.animate3D getter.

Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
offsetX TweenProperty
no setter
offsetY TweenProperty
no setter
offsetZ TweenProperty
no setter
rotationX TweenProperty
no setter
rotationY TweenProperty
no setter
rotationZ TweenProperty
no setter
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