BetterModel
Toggle table of contents
1.4.2
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.data.renderer
/
AnimationModifier
Animation
Modifier
class
AnimationModifier
:
Record
A modifier of animation.
Members
Constructors
Animation
Modifier
Link copied to clipboard
constructor
(
@
NotNull
predicate
:
Supplier
<
Boolean
>
,
start
:
Int
,
end
:
Int
,
speed
:
Float
)
Creates modifier
constructor
(
@
NotNull
predicate
:
Supplier
<
Boolean
>
,
start
:
Int
,
end
:
Int
,
@
NotNull
supplier
:
Supplier
<
Float
>
)
Creates modifier
constructor
(
@
NotNull
predicate
:
Supplier
<
Boolean
>
,
start
:
Int
,
end
:
Int
,
@
NotNull
speed
:
AnimationModifier.SpeedModifier
)
Creates modifier
Types
Speed
Modifier
Link copied to clipboard
class
SpeedModifier
:
Record
Properties
DEFAULT
Link copied to clipboard
val
DEFAULT
:
AnimationModifier
DEFAULT_
LOOP
Link copied to clipboard
val
DEFAULT_LOOP
:
AnimationModifier
Functions
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
speed
Link copied to clipboard
@
NotNull
open
fun
speed
(
speed
:
Float
)
:
AnimationModifier.SpeedModifier
@
NotNull
open
fun
speed
(
@
NotNull
supplier
:
Supplier
<
Float
>
)
:
AnimationModifier.SpeedModifier
speed
Value
Link copied to clipboard
open
fun
speedValue
(
)
:
Float
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String