DoTween class

Constructors

DoTween(Map<String, dynamic> object)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

chain(DoTween chainedTween) DoTween
delay(int amount) DoTween
easing(dynamic easing) DoTween
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onComplete(Function onCompleteCallback) DoTween
onUpdate(Function onUpdateCallback) DoTween
start([dynamic time]) DoTween
stop() DoTween
to(Map<String, dynamic> properties, [int duration = 1000]) DoTween
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

ease EaseInstanceClass
getter/setter pair

Static Methods

add(DoTween tween) → void
close() → void
enableManualUpdate() → void
getAll() List<DoTween>
////////////////////////////////////////////////////////////////////////
remove(DoTween tween) → void
removeAll() → void
setup() → void
update([dynamic time]) bool