BetterModel
Toggle table of contents
1.4.3-SNAPSHOT-67
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
length
frame length
key
Frame
keyframes
Members
Constructors
Blueprint
Animator
Link copied to clipboard
constructor
(
)
Types
Animator
Data
Link copied to clipboard
class
AnimatorData
:
Record
Animation data
Animator
Iterator
Link copied to clipboard
interface
AnimatorIterator
:
Iterator
<
E
>
A keyframe iterator of animation.
Builder
Link copied to clipboard
class
Builder
Builder
Functions
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
loop
Iterator
Link copied to clipboard
@
NotNull
open
fun
loopIterator
(
)
:
BlueprintAnimator.AnimatorIterator
Gets loop iterator.
single
Iterator
Link copied to clipboard
@
NotNull
open
fun
singleIterator
(
)
:
BlueprintAnimator.AnimatorIterator
Gets single iterator.
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String