TimedStorage
A read-only storage for timed elements (keyframes), allowing indexed access.
This interface abstracts the underlying data structure (e.g., List, Array) used to store animation frames.
Since
2.0.0
Parameters
<T>
the type of timed element
Inheritors
Types
Link copied to clipboard
A TimedStorage implementation that delegates to a List.