mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
docs: Explain what the UI*Payloads actually are.
This commit is contained in:
parent
67561af32f
commit
c5af536032
2 changed files with 4 additions and 2 deletions
|
|
@ -10,7 +10,8 @@ using Newtonsoft.Json;
|
|||
namespace Dalamud.Game.Text.SeStringHandling.Payloads;
|
||||
|
||||
/// <summary>
|
||||
/// An SeString Payload representing a UI foreground color applied to following text payloads.
|
||||
/// An SeString Payload that allows text to have a specific color. The color selected will be determined by the
|
||||
/// <see cref="Lumina.Excel.Sheets.UIColor.Dark"/> theme's coloring, regardless of the active theme.
|
||||
/// </summary>
|
||||
public class UIForegroundPayload : Payload
|
||||
{
|
||||
|
|
|
|||
|
|
@ -10,7 +10,8 @@ using Newtonsoft.Json;
|
|||
namespace Dalamud.Game.Text.SeStringHandling.Payloads;
|
||||
|
||||
/// <summary>
|
||||
/// An SeString Payload representing a UI glow color applied to following text payloads.
|
||||
/// An SeString Payload that allows text to have a specific edge glow. The color selected will be determined by the
|
||||
/// <see cref="Lumina.Excel.Sheets.UIColor.Light"/> theme's coloring, regardless of the active theme.
|
||||
/// </summary>
|
||||
public class UIGlowPayload : Payload
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue