BetterModel
Toggle table of contents
1.13.3
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.data.blueprint
/
BlueprintAnimator
Blueprint
Animator
class
BlueprintAnimator
:
Record
A movement of each group.
Parameters
name
group name
keyframe
keyframes
Members
Constructors
Blueprint
Animator
Link copied to clipboard
constructor
(
)
Types
Animator
Data
Link copied to clipboard
class
AnimatorData
:
Record
Animation data
Functions
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
iterator
Link copied to clipboard
@
NotNull
open
fun
iterator
(
@
NotNull
type
:
@
NotNull
AnimationIterator.Type
)
:
@
NotNull
AnimationIterator
<
AnimationMovement
>
Gets loop iterator.
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String