Returns an EntityMultiMap<TKey> with the specified rules.
public DefaultEcs.EntityMultiMap<TKey> AsMultiMap<TKey>(int capacity);
TKey
The component type to use as key.
capacity
System.Int32
The initial number of element the EntityMultiMap<TKey> can contain.