BetterModel
Toggle table of contents
1.4.3
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
:
AnimationMovement
)
:
Int
copy
Not
Null
Link copied to clipboard
@
NotNull
open
fun
copyNotNull
(
)
:
AnimationMovement
Copy this movement to not null.
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
:
AnimationMovement
)
:
AnimationMovement
Subtracts other movement.
plus
Link copied to clipboard
@
NotNull
open
fun
plus
(
@
NotNull
other
:
AnimationMovement
)
:
AnimationMovement
Adds other movement.
set
Link copied to clipboard
@
NotNull
open
fun
set
(
newTime
:
Float
)
:
AnimationMovement
Converts keyframe time.
time
Link copied to clipboard
@
NotNull
open
fun
time
(
newTime
:
Float
)
:
AnimationMovement
Sets keyframe time.
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String