BetterModel
Toggle table of contents
1.8.2-SNAPSHOT-212
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.script
/
AnimationScript
Animation
Script
interface
AnimationScript
:
Consumer
<
T
>
Animation script
Inheritors
TimeScript
Members
Properties
EMPTY
Link copied to clipboard
val
EMPTY
:
AnimationScript
Empty script
Functions
accept
Link copied to clipboard
abstract
fun
accept
(
@
NotNull
renderSource
:
@
NotNull
RenderSource
<
out
Any
>
)
and
Then
Link copied to clipboard
open
fun
andThen
(
p
:
Consumer
<
in
T
>
)
:
Consumer
<
T
>
is
Sync
Link copied to clipboard
abstract
fun
isSync
(
)
:
Boolean
of
Link copied to clipboard
@
NotNull
open
fun
of
(
@
NotNull
scriptList
:
@
NotNull
List
<
AnimationScript
>
)
:
@
NotNull
AnimationScript
Sums a script list to one
@
NotNull
open
fun
of
(
@
NotNull
source
:
@
NotNull
Consumer
<
RenderSource
<
out
Any
>
>
)
:
@
NotNull
AnimationScript
@
NotNull
open
fun
of
(
isSync
:
Boolean
,
@
NotNull
source
:
@
NotNull
Consumer
<
RenderSource
<
out
Any
>
>
)
:
@
NotNull
AnimationScript
time
Link copied to clipboard
@
NotNull
open
fun
time
(
time
:
Float
)
:
@
NotNull
TimeScript
Creates a timed script