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