Builder

class Builder

Builder for AnimationKeyframe.

This builder allows for efficient population of keyframe data using primitive arrays.

Since

2.0.0

Functions

Link copied to clipboard
@NotNull
open fun build(): @NotNull AnimationKeyframe
Builds the AnimationKeyframe.
Link copied to clipboard
open fun write(time: Float, @NotNull position: @NotNull Vector3f, @NotNull scale: @NotNull Vector3f, @NotNull rotation: @NotNull Vector3f, skipInterpolation: Boolean)
Writes a keyframe data point.