bettermodel
Toggle table of contents
3.1.0-SNAPSHOT-495
bettermodel-api
Target filter
bettermodel-api
Switch theme
Search in API
Skip to content
bettermodel
bettermodel-api
/
kr.toxicity.model.api.animation
/
AnimationIterator
/
PlayOnce
Play
Once
class
PlayOnce
<
T
:
Timed
?
>
:
AnimationIterator
<
T
>
Implementation for
PLAY_ONCE
.
Since
1.15.2
Parameters
<T>
the type of keyframe
Members
Constructors
Play
Once
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.