If true
, this sequence will automatically play after the previous sequence in the same timeline finishes.
If true
, the next sequence in the same timeline will automatically play after this sequence finishes.
The actual playback rate of the sequence after the playback rates of any parents are taken into account.
playbackRate
of the parent timeline is 4
and the playbackRate
of this sequence is 5
,
the compoundedPlaybackRate
will be 4 * 5 = 20.The base playback rate of the sequence (ignoring any multipliers from a parent timeline).
1
means 100% (the typical playback rate), and 0.5
means 50% speed.playbackRate
of the parent timeline is 4
and the playbackRate
of this sequence is 5
,
the playbackRate
property is still 5
, but the sequence would run at 4 * 5 = 20x speed.
Contains timing-related details about the sequence. Returned by AnimSequence.getTiming.
See
AnimSequence.getTiming