BetterModel
Toggle table of contents
1.4.3
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.data.raw
/
ModelKeyframe
Model
Keyframe
@
ApiStatus.Internal
class
ModelKeyframe
:
Record
,
Comparable
<
T
>
A keyframe of model.
Parameters
channel
channel
data
Points
movement
interpolation
interpolation type
time
keyframe time
Members
Constructors
Model
Keyframe
Link copied to clipboard
constructor
(
)
Functions
compare
To
Link copied to clipboard
open
fun
compareTo
(
@
NotNull
o
:
ModelKeyframe
)
:
Int
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
time
Link copied to clipboard
@
NotNull
open
fun
time
(
time
:
Float
)
:
ModelKeyframe
Changes keyframe's type
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String