Table of Contents

Namespace TMPEffects.Tags

Classes

TMPEffectTag

A TMPEffects tag.
Contains any data "inherent" to the given tag.

Structs

TMPEffectTagIndices

The indices of an TMPEffectTag.
The indices can be regarded as a half-open interval of [StartIndex, EndIndex).
For example, an instance with StartIndex == 5 and EndIndex == 10 "contains" the indices 5, 6, 7, 8 and 9.

TMPEffectTagTuple

Readonly struct that combines an TMPEffectTag and an TMPEffectTagIndices.

Interfaces

ITMPPrefixSupplier

Interface for supplying prefix.

ITMPTagValidator

Tag validation interface.

ITagCacher<T>

Generic interface for caching tags.

ITagWrapper

Interface that wraps an TMPEffectTag as well as an TMPEffectTagIndices instance.