Table of Contents

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 TMPEffectTag
indices TMPEffectTagIndices

Fields

Indices

The tag indices.

public readonly TMPEffectTagIndices Indices

Field Value

TMPEffectTagIndices

Tag

The tag.

public readonly TMPEffectTag Tag

Field Value

TMPEffectTag

Methods

Equals(TMPEffectTagTuple)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(TMPEffectTagTuple other)

Parameters

other TMPEffectTagTuple

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.