EntityMultiMap_TKey_.this[TKey].md
March 19, 2022 ยท View on GitHub
DefaultEcs
DefaultEcs.EntityMultiMap<TKey>
EntityMultiMap.this[TKey] Property
Gets the Entity instances associated with the specified key.
public System.ReadOnlySpan<DefaultEcs.Entity> this[TKey key] { get; }
Parameters
key TKey
The key of the Entity instances to get.