TrackEntry class

Implemented types

Constructors

TrackEntry()

Properties

alpha double
getter/setter pair
animation Animation?
getter/setter pair
animationEnd double
getter/setter pair
animationLast double
getter/setter pair
animationStart double
getter/setter pair
attachmentThreshold double
getter/setter pair
delay double
getter/setter pair
drawOrderThreshold double
getter/setter pair
eventThreshold double
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
interruptAlpha double
getter/setter pair
loop bool
getter/setter pair
mixDuration double
getter/setter pair
mixingFrom TrackEntry?
getter/setter pair
mixTime double
getter/setter pair
next TrackEntry?
getter/setter pair
nextAnimationLast double
getter/setter pair
nextTrackLast double
getter/setter pair
onCompleteCallback TrackEntryCallback?
getter/setter pair
onDisposeCallback TrackEntryCallback?
getter/setter pair
onEndCallback TrackEntryCallback?
getter/setter pair
onEventCallback TrackEntryEventCallback?
getter/setter pair
onInterruptCallback TrackEntryCallback?
getter/setter pair
onStartCallback TrackEntryCallback?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timelineData List<int>
final
timelineDipMix List<TrackEntry>
final
timelinesRotation List<double>
getter/setter pair
timeScale double
getter/setter pair
totalAlpha double
getter/setter pair
trackEnd double
getter/setter pair
trackIndex int
getter/setter pair
trackLast double
getter/setter pair
trackTime double
getter/setter pair

Methods

getAnimationTime() double
hasTimeline(int id) bool
isComplete() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
override
resetRotationDirections() → void
setAnimationLast(double animationLast) → void
setTimelineData(TrackEntry? to, List<TrackEntry> mixingToArray, Set<int> propertyIDs) TrackEntry
toString() String
A string representation of this object.
inherited

Operators

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