PropTween class

(Internal usage)

Represents a property tween, which animates a single property of a target object over time.

This class is used internally by GTween, and should not be instantiated directly

Constructors

PropTween({GTweenable? target, Object? property, double start = 0.0, double? change, String? name, PropTween? next, int priority = 0})
Creates a new instance of PropTween.

Properties

c double?
The amount to change, the difference between the end and start values.
getter/setter pair
cObj Object?
The original target object of this property tween.
getter/setter pair
f bool?
Indicates if this property tween instance is a function.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
n String?
The name of the original target property. Typically same as t.
getter/setter pair
p Object?
The property "name" (commonly a String), or value of this property tween.
getter/setter pair
pg bool?
Indicates if the target of this property tween is a tween plugin.
getter/setter pair
pr int?
The priority in the render queue.
getter/setter pair
r bool?
Indicates if this property tween should be rounded.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s double
The start value of this property tween.
getter/setter pair
t GTweenable?
The target or dynamic GTweenable object of this property tween.
getter/setter pair

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