EntityQueryBuilder.EitherBuilder.AsMap_TKey_().md

March 19, 2022 ยท View on GitHub

DefaultEcs

DefaultEcs.EntityQueryBuilder.EitherBuilder

EntityQueryBuilder.EitherBuilder.AsMap() Method

Returns an EntityMap<TKey> with the specified rules.

public DefaultEcs.EntityMap<TKey> AsMap<TKey>();

Type parameters

TKey

The component type to use as key.

Returns

DefaultEcs.EntityMap<TKey>
The EntityMap<TKey>.

Contents

  1. 0.1DefaultEcs.EntityQueryBuilder.EitherBuilder
  2. 1EntityQueryBuilder.EitherBuilder.AsMap() Method