bettermodel
Toggle table of contents
3.1.0-SNAPSHOT-498
bettermodel-api
Target filter
bettermodel-api
Switch theme
Search in API
Skip to content
bettermodel
bettermodel-api
/
kr.toxicity.model.api.animation
/
AnimationIterator
/
Loop
Loop
class
Loop
<
T
:
Timed
?
>
:
AnimationIterator
<
T
>
Implementation for
LOOP
.
Since
1.15.2
Parameters
<T>
the type of keyframe
Members
Constructors
Loop
Link copied to clipboard
constructor
(
)
Functions
clear
Link copied to clipboard
open
fun
clear
(
)
Resets the iterator to its initial state.
for
Each
Remaining
Link copied to clipboard
open
fun
forEachRemaining
(
action
:
Consumer
<
in
E
>
)
has
Next
Link copied to clipboard
open
fun
hasNext
(
)
:
Boolean
next
Link copied to clipboard
@
NotNull
open
fun
next
(
)
:
@
NotNull
T
remove
Link copied to clipboard
open
fun
remove
(
)
type
Link copied to clipboard
@
NotNull
open
fun
type
(
)
:
@
NotNull
AnimationIterator.Type
Returns the type of this animation iterator.