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. Property Value Entity