true
only if the sequence is in the process of playback (whether running or paused).
true
only if the sequence has been played or rewound at least once and is not currently in progress.
true
only if the sequence is in the process of playback and paused.
true
only if the sequence is in the process of playback and unpaused.
Shows whether the sequence is currently allowed to accept changes to its structure.
true
only if the sequence is in progress or in a forward finished state.
false
).true
only if a parent timeline has skipping enabled
(isSkipping
is true
) or is using a jumping method
(isJumping
is true
).
true
only if the sequence is currently using finish()
.
true
only if the sequence has finished being played and not finished being rewound.
(if rewound at all).
false
once the sequence has finished being rewound.true
only if the sequence has finished being rewound and not finished being played.
false
once the sequence has finished being rewound.
(if played at all).
Contains details about an sequence's current status. Returned by AnimSequence.getStatus.
See
AnimSequence.getStatus