EntityMultiMap_TKey_.Count(TKey).md
March 19, 2022 ยท View on GitHub
DefaultEcs
DefaultEcs.EntityMultiMap<TKey>
EntityMultiMap.Count(TKey) Method
Gets the number of Entity in the current EntityMultiMap<TKey> for the given TKey.
public int Count(TKey key);
Parameters
key TKey
The key to locate in the EntityMultiMap<TKey>.
Returns
System.Int32
The number of Entity in the current EntityMultiMap<TKey> for the given TKey.