AnimationKeyframe
Represents a collection of animation keyframes, optimized for efficient storage and access.
This record stores an array of AnimationProgress objects, which define the state of a bone at specific time intervals. It implements TimedStorage for indexed access.
Since
2.0.0
Parameters
progresses
the array of animation progresses
Types
Link copied to clipboard
class Builder
Builder for AnimationKeyframe.
Functions
Link copied to clipboard
Creates a new builder for constructing an AnimationKeyframe.
Link copied to clipboard
Retrieves the element at the specified index.
Link copied to clipboard
Retrieves the last element in the storage.
Link copied to clipboard
Converts this keyframe collection to a storage of empty progresses.