AEntityMultiMapSystem_TState,TKey_.GetKeys().md
March 19, 2022 ยท View on GitHub
DefaultEcs
DefaultEcs.System.AEntityMultiMapSystem<TState,TKey>
AEntityMultiMapSystem<TState,TKey>.GetKeys() Method
Gets all the TKey of the inner EntityMultiMap<TKey> which Entity instances will be updated.
protected virtual System.Span<TKey> GetKeys();
Returns
System.Span<TKey>
A System.Span<> of TKey in the order of update.