Struct TMPEffectTagTuple
- Namespace
- TMPEffects.Tags
Readonly struct that combines an TMPEffectTag and an TMPEffectTagIndices.
public readonly struct TMPEffectTagTuple : IEquatable<TMPEffectTagTuple>
- Implements
- Inherited Members
Constructors
TMPEffectTagTuple(TMPEffectTag, TMPEffectTagIndices)
public TMPEffectTagTuple(TMPEffectTag tag, TMPEffectTagIndices indices)
Parameters
tag
TMPEffectTagindices
TMPEffectTagIndices
Fields
Indices
The tag indices.
public readonly TMPEffectTagIndices Indices
Field Value
Tag
The tag.
public readonly TMPEffectTag Tag
Field Value
Methods
Equals(TMPEffectTagTuple)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(TMPEffectTagTuple other)
Parameters
other
TMPEffectTagTupleAn object to compare with this object.