AnimationGenerator

@ApiStatus.Internal
class AnimationGenerator

Animation generator

Functions

Link copied to clipboard
@NotNull
open fun createMovements(length: Float, @NotNull children: @NotNull List<BlueprintElement>, @NotNull pointMap: @NotNull Map<BoneName, BlueprintAnimator.AnimatorData>): @NotNull Map<BoneName, BlueprintAnimator>
Creates animator from data
Link copied to clipboard
open fun interpolateRotation(@NotNull floats: @NotNull FloatSortedSet)
Puts rotation-interpolated keyframe time to given set
Link copied to clipboard
open fun interpolateStep(@NotNull floats: @NotNull FloatSortedSet)