BetterModel
Toggle table of contents
1.3.2-SNAPSHOT-9
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.data.blueprint
/
AnimationMovement
Animation
Movement
class
AnimationMovement
:
Record
,
Comparable
<
T
>
Members
Constructors
Animation
Movement
Link copied to clipboard
constructor
(
)
Functions
compare
To
Link copied to clipboard
open
fun
compareTo
(
@
NotNull
o
:
AnimationMovement
)
:
Int
copy
Link copied to clipboard
@
NotNull
open
fun
copy
(
)
:
AnimationMovement
copy
Not
Null
Link copied to clipboard
@
NotNull
open
fun
copyNotNull
(
)
:
AnimationMovement
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
plus
Link copied to clipboard
@
NotNull
open
fun
plus
(
@
NotNull
other
:
AnimationMovement
)
:
AnimationMovement
set
Link copied to clipboard
@
NotNull
open
fun
set
(
newTime
:
Long
)
:
AnimationMovement
time
Link copied to clipboard
@
NotNull
open
fun
time
(
newTime
:
Long
)
:
AnimationMovement
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String