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