BetterModel
Toggle table of contents
1.9.3-SNAPSHOT-231
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.animation
/
AnimationStateHandler
/
addAnimation
add
Animation
open
fun
addAnimation
(
@
NotNull
name
:
@
NotNull
String
,
@
NotNull
iterator
:
@
NotNull
AnimationIterator
<
T
>
,
@
NotNull
modifier
:
@
NotNull
AnimationModifier
,
@
NotNull
removeTask
:
@
NotNull
Runnable
)