A SyncBag<T> is an unordered collection of the generic type T. These are typically found in components containing a collection of things where the order is not important such as for overrides.
A SyncBag<T> is an unordered collection of the generic type T. These are typically found in components containing a collection of things where the order is not important such as for overrides.