BetterModel
Toggle table of contents
1.13.5-SNAPSHOT-411
api
Target filter
api
Switch theme
Search in API
Skip to content
BetterModel
api
/
kr.toxicity.model.api.data.raw
/
ModelAnimator
Model
Animator
@
ApiStatus.Internal
class
ModelAnimator
:
Record
A raw model animator.
Parameters
name
group name
keyframes
keyframes
Members
Constructors
Model
Animator
Link copied to clipboard
constructor
(
)
Functions
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
is
Available
Link copied to clipboard
open
fun
isAvailable
(
)
:
Boolean
Checks this animator is available
is
Not
Empty
Link copied to clipboard
open
fun
isNotEmpty
(
)
:
Boolean
Checks this animator is not empty
keyframes
Link copied to clipboard
@
NotNull
open
fun
keyframes
(
)
:
@
NotNull
List
<
ModelKeyframe
>
Gets keyframes
name
Link copied to clipboard
@
NotNull
open
fun
name
(
)
:
@
NotNull
String
Gets name
stream
Link copied to clipboard
@
NotNull
open
fun
stream
(
)
:
@
NotNull
Stream
<
ModelKeyframe
>
Gets keyframe stream
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String