AnimationIterator

A keyframe iterator of animation.

Inheritors

Types

Link copied to clipboard
Hold on last
Link copied to clipboard
Link copied to clipboard
Play once
Link copied to clipboard
enum Type
Animation type

Functions

Link copied to clipboard
abstract fun clear()
Clears this iterator
Link copied to clipboard
open fun forEachRemaining(p: Consumer<in E>)
Link copied to clipboard
abstract fun hasNext(): Boolean
Link copied to clipboard
abstract fun index(): Int
Gets current index
Link copied to clipboard
abstract fun lastIndex(): Int
Gets last index of animator
Link copied to clipboard
abstract fun next(): E
Link copied to clipboard
open fun remove()
Link copied to clipboard
@NotNull
abstract fun type(): @NotNull AnimationIterator.Type
Gets an animation type