Vixen
c7401864
csharp
public struct GameplayTagSet.Enumerator

Walks a set without allocating.

Read the guide page for this →

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 Current

    The tag under the cursor.

Methods (1)

  • public bool MoveNext()

    Advances.

Used by (1)

  • GameplayTagSetVixen.Gameplay