subscript(_:)
Accesses a single animation in the collection at an index.
Declaration
subscript(position: AnimationLibraryComponent.AnimationCollection.Index) -> AnimationLibraryComponent.AnimationCollection.Element { get }Parameters
- position:
An index into the collection’s dictionary.
Return Value
The animation at the dictionary index.