Table of Contents

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 string
prefix char
parameters IDictionary<string, string>

Properties

Name

The name of the tag.

public string Name { get; }

Property Value

string

Parameters

The parameters of the tag.

public ReadOnlyDictionary<string, string> Parameters { get; }

Property Value

ReadOnlyDictionary<string, string>

Prefix

The prefix of the tag.

public char Prefix { get; }

Property Value

char

Methods

Equals(TMPEffectTag)

public bool Equals(TMPEffectTag other)

Parameters

other TMPEffectTag

Returns

bool