BetterModel
Toggle table of contents
1.6.2-SNAPSHOT-175
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.data.raw
/
ModelAnimation
Model
Animation
@
ApiStatus.Internal
class
ModelAnimation
:
Record
Raw animation of a model.
Parameters
name
name
loop
whether to loop
uuid
uuid
override
override
length
keyframe length
animators
animators
Members
Constructors
Model
Animation
Link copied to clipboard
constructor
(
)
Functions
animators
Link copied to clipboard
@
NotNull
open
fun
animators
(
)
:
@
NotNull
Map
<
String
,
ModelAnimator
>
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String