Skip to main content

Class NamePlateSimpleParts

A part builder for constructing and setting a simple (unquoted) nameplate field.

Assembly: Dalamud.dll
Declaration
public class NamePlateSimpleParts

Properties

TextWrap

Gets or sets the opening and closing SeStrings which will wrap the text, which can be used to apply colors or styling to the field's text.

Declaration
public (SeString, SeString)? TextWrap { get; set; }

Text

Gets or sets this field's text.

Declaration
public SeString? Text { get; set; }