BetterModel
Toggle table of contents
1.10.2-SNAPSHOT-265
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.data.blueprint
/
AnimationGenerator
Animation
Generator
class
AnimationGenerator
Members
Functions
create
Movements
Link copied to clipboard
@
NotNull
open
fun
createMovements
(
length
:
Float
,
@
NotNull
children
:
@
NotNull
List
<
BlueprintChildren
>
,
@
NotNull
pointMap
:
@
NotNull
Map
<
BoneName
,
BlueprintAnimator.AnimatorData
>
)
:
@
NotNull
Map
<
BoneName
,
BlueprintAnimator
>
interpolate
Rotation
Link copied to clipboard
open
fun
interpolateRotation
(
@
NotNull
floats
:
@
NotNull
FloatSortedSet
)