BetterModel
Toggle table of contents
1.4.3-SNAPSHOT-61
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.data.blueprint
/
BlueprintAnimator
/
AnimatorIterator
Animator
Iterator
interface
AnimatorIterator
:
Iterator
<
E
>
Members
Functions
clear
Link copied to clipboard
abstract
fun
clear
(
)
first
Link copied to clipboard
@
NotNull
abstract
fun
first
(
)
:
AnimationMovement
for
Each
Remaining
Link copied to clipboard
open
fun
forEachRemaining
(
p
:
Consumer
<
in
E
>
)
has
Next
Link copied to clipboard
abstract
fun
hasNext
(
)
:
Boolean
index
Link copied to clipboard
abstract
fun
index
(
)
:
Int
last
Index
Link copied to clipboard
abstract
fun
lastIndex
(
)
:
Int
next
Link copied to clipboard
abstract
fun
next
(
)
:
E
remove
Link copied to clipboard
open
fun
remove
(
)