BetterModel
Toggle table of contents
1.5.1-SNAPSHOT-92
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
>
A keyframe iterator of animation.
Members
Functions
clear
Link copied to clipboard
abstract
fun
clear
(
)
Clears this iterator
first
Link copied to clipboard
@
NotNull
abstract
fun
first
(
)
:
AnimationMovement
Gets the first element of animation.
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
Gets current index
last
Index
Link copied to clipboard
abstract
fun
lastIndex
(
)
:
Int
Gets last index of animator
next
Link copied to clipboard
abstract
fun
next
(
)
:
E
remove
Link copied to clipboard
open
fun
remove
(
)