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
TMPEffectTagThe tag to cache.
indices
TMPEffectTagIndicesThe associated indices.
Returns
- T
The cached tag.