Table of Contents

Interface ITagCacher<T>

Namespace
TMPEffects.Tags
Assembly
TMPEffects.dll

Generic interface for caching tags.

public interface ITagCacher<T> where T : ITagWrapper

Type Parameters

T

Type that will be used to represent a cached tag.

Methods

CacheTag(TMPEffectTag, TMPEffectTagIndices)

Cache the given tag and its associated indices.

T CacheTag(TMPEffectTag tag, TMPEffectTagIndices indices)

Parameters

tag TMPEffectTag

The tag to cache.

indices TMPEffectTagIndices

The associated indices.

Returns

T

The cached tag.