AnimationIterator

interface AnimationIterator<T : Timed?> : Iterator<E>

A keyframe iterator of animation.

Parameters

<T>

keyframe type

Inheritors

Types

Link copied to clipboard
Hold on last
Link copied to clipboard
Loop
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 next(): E
Link copied to clipboard
open fun remove()
Link copied to clipboard
@NotNull
abstract fun type(): @NotNull AnimationIterator.Type
Gets an animation type