Skip to main content

Struct SeStringReplacementEntity

Replacement entity to draw instead while rendering a SeString.

Assembly: Dalamud.dll
View Source
Declaration
public readonly record struct SeStringReplacementEntity : IEquatable<SeStringReplacementEntity>

Implements:
System.IEquatable<Dalamud.Interface.ImGuiSeStringRenderer.SeStringReplacementEntity>

Properties

ByteLength

Gets the number of bytes taken by this entity.

View Source
Declaration
public int ByteLength { get; init; }

Size

Gets the size of this entity in pixels.

View Source
Declaration
public Vector2 Size { get; init; }

Draw

Gets the Draw callback.

View Source
Declaration
public SeStringReplacementEntity.DrawDelegate Draw { get; init; }

Implements

  • System.IEquatable<Dalamud.Interface.ImGuiSeStringRenderer.SeStringReplacementEntity>