BetterModel
Toggle table of contents
1.7.1-SNAPSHOT-196
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.animation
/
AnimationMovement
Animation
Movement
class
AnimationMovement
:
Record
,
Comparable
<
T
>
A movement of animation.
Parameters
time
keyframe time
transform
position
scale
scale
rotation
rotation
Members
Constructors
Animation
Movement
Link copied to clipboard
constructor
(
)
Functions
compare
To
Link copied to clipboard
open
fun
compareTo
(
@
NotNull
o
:
@
NotNull
AnimationMovement
)
:
Int
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
minus
Link copied to clipboard
@
NotNull
open
fun
minus
(
@
NotNull
other
:
@
NotNull
AnimationMovement
)
:
@
NotNull
AnimationMovement
Subtracts other movement.
plus
Link copied to clipboard
@
NotNull
open
fun
plus
(
@
NotNull
other
:
@
NotNull
AnimationMovement
)
:
@
NotNull
AnimationMovement
Adds other movement.
time
Link copied to clipboard
@
NotNull
open
fun
time
(
newTime
:
Float
)
:
@
NotNull
AnimationMovement
Sets keyframe time.
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String