BetterModel
Toggle table of contents
1.12.2-SNAPSHOT-365
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.animation
/
AnimationIterator
Animation
Iterator
interface
AnimationIterator
<
T
:
Timed
?
>
:
Iterator
<
E
>
A keyframe iterator of animation.
Parameters
<T>
keyframe type
Inheritors
PlayOnce
HoldOnLast
Loop
Members
Types
Hold
On
Last
Link copied to clipboard
class
HoldOnLast
<
T
:
Timed
?
>
:
AnimationIterator
<
T
>
Hold on last
Loop
Link copied to clipboard
class
Loop
<
T
:
Timed
?
>
:
AnimationIterator
<
T
>
Loop
Play
Once
Link copied to clipboard
class
PlayOnce
<
T
:
Timed
?
>
:
AnimationIterator
<
T
>
Play once
Type
Link copied to clipboard
enum
Type
Animation type
Functions
clear
Link copied to clipboard
abstract
fun
clear
(
)
Clears this iterator
for
Each
Remaining
Link copied to clipboard
open
fun
forEachRemaining
(
p
:
Consumer
<
in
E
>
)
has
Next
Link copied to clipboard
abstract
fun
hasNext
(
)
:
Boolean
next
Link copied to clipboard
abstract
fun
next
(
)
:
E
remove
Link copied to clipboard
open
fun
remove
(
)
type
Link copied to clipboard
@
NotNull
abstract
fun
type
(
)
:
@
NotNull
AnimationIterator.Type
Gets an animation type