subscript(_:)
Retrieves an event using its unique identifier.
Declaration
subscript(index: SpatialEventCollection.Event.ID) -> SpatialEventCollection.Event? { get }Overview
Returns nil if the Event no longer exists in the collection.
Retrieves an event using its unique identifier.
subscript(index: SpatialEventCollection.Event.ID) -> SpatialEventCollection.Event? { get }Returns nil if the Event no longer exists in the collection.