PlayOnce

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun clear()
Clears this iterator
Link copied to clipboard
@NotNull
open fun first(): AnimationMovement
Gets the first element of animation.
Link copied to clipboard
open fun forEachRemaining(p: Consumer<in E>)
Link copied to clipboard
open fun hasNext(): Boolean
Link copied to clipboard
open fun index(): Int
Gets current index
Link copied to clipboard
open fun lastIndex(): Int
Gets last index of animator
Link copied to clipboard
@NotNull
open fun loop(@NotNull keyFrame: List<AnimationMovement>): AnimationIterator.Loop
Link copied to clipboard
@NotNull
open fun next(): AnimationMovement
Link copied to clipboard
@NotNull
open fun playOnce(@NotNull keyFrame: List<AnimationMovement>): AnimationIterator.PlayOnce
Link copied to clipboard
open fun remove()
Link copied to clipboard
@NotNull
open fun type(): AnimationIterator.Type