Class NamePlateSimpleParts
A part builder for constructing and setting a simple (unquoted) nameplate field.
Assembly: Dalamud.dll
View Source
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.
View Source
Declaration
public (SeString, SeString)? TextWrap { get; set; }
Text
Gets or sets this field's text.
View Source
Declaration
public SeString? Text { get; set; }