Class TMPEffectTag
- Namespace
- TMPEffects.Tags
- Assembly
- TMPEffects.dll
A TMPEffects tag.
Contains any data "inherent" to the given tag.
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
name
stringprefix
charparameters
IDictionary<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)
public bool Equals(TMPEffectTag other)
Parameters
other
TMPEffectTag