subscript(_:)
Accesses animations in the collection within an index range.
Declaration
subscript(bounds: Range<AnimationLibraryComponent.AnimationCollection.Index>) -> AnimationLibraryComponent.AnimationCollection.SubSequence { get }Parameters
- bounds:
A range of indices to look up.
Return Value
A subsequence of animation resources in the range of bounds.