csharp
public struct GameplayTagSet.EnumeratorWalks a set without allocating.
Remarks
A struct enumerator, because a tag set is read on the damage path and foreach over an IEnumerable`1 would box one per hit.
Fields and properties (1)
public readonly GameplayTag CurrentThe tag under the cursor.
Methods (1)
public bool MoveNext()Advances.
Used by (1)
- GameplayTagSetVixen.Gameplay