Contents

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.

See Also

Accessing the collection’s events