Identifiables Collection
A list of Identifiables that can be also accessed by Id in addition to positional indexing.
A IdentifiablesCollection<TIdentifiable> is a list and behaves and can be access as such. In addition, it also exposes additional methods and properties that allow to access the items through their Id. For example, TryGet(Id id).
It's a Serializable type and can be exposed in the Inspector:
