BetterModel
Toggle table of contents
1.5.2-SNAPSHOT-106
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.animation
/
AnimationIterator
Animation
Iterator
interface
AnimationIterator
:
Iterator
<
E
>
A keyframe iterator of animation.
Inheritors
PlayOnce
HoldOnLast
Loop
Members
Types
Hold
On
Last
Link copied to clipboard
class
HoldOnLast
:
AnimationIterator
Loop
Link copied to clipboard
class
Loop
:
AnimationIterator
Play
Once
Link copied to clipboard
class
PlayOnce
:
AnimationIterator
Type
Link copied to clipboard
enum
Type
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
loop
Link copied to clipboard
@
NotNull
open
fun
loop
(
@
NotNull
keyFrame
:
List
<
AnimationMovement
>
)
:
AnimationIterator.Loop
next
Link copied to clipboard
abstract
fun
next
(
)
:
E
play
Once
Link copied to clipboard
@
NotNull
open
fun
playOnce
(
@
NotNull
keyFrame
:
List
<
AnimationMovement
>
)
:
AnimationIterator.PlayOnce
remove
Link copied to clipboard
open
fun
remove
(
)
type
Link copied to clipboard
@
NotNull
abstract
fun
type
(
)
:
AnimationIterator.Type