AnimatorData

Holds the raw, separated animation data points for a bone before final processing.

Since

1.15.2

Parameters

name

the name of the bone

position

a list of position keyframes

scale

a list of scale keyframes

rotation

a list of rotation keyframes

rotationGlobal

whether the rotation is applied globally

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@NotNull
open fun allPoints(): @NotNull Stream<VectorPoint>
Returns a stream containing all keyframe points (position, scale, and rotation).
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String