Class TMPEffectTag
- Namespace
- TMPEffects.Tags
A TMPEffects tag.
Holds the core attributes of a tag, index information is represented by TMPEffectTagIndices,
public sealed class TMPEffectTag : IEquatable<TMPEffectTag>
- Inheritance
-
TMPEffectTag
- Implements
- Inherited Members
Constructors
TMPEffectTag(string, char, IDictionary<string, string>)
public TMPEffectTag(string name, char prefix, IDictionary<string, string> parameters)
Parameters
namestringprefixcharparametersIDictionary<string, string>
Properties
Name
The name of the tag.
public string Name { get; }
Property Value
Parameters
The parameters of the tag.
public ReadOnlyDictionary<string, string> Parameters { get; }
Property Value
Prefix
The prefix of the tag.
public char Prefix { get; }
Property Value
Methods
Equals(TMPEffectTag)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(TMPEffectTag other)
Parameters
otherTMPEffectTagAn object to compare with this object.