mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Compare commits
2 commits
098ee8aa58
...
907b22740b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
907b22740b | ||
|
|
ddc743aae1 |
2 changed files with 5 additions and 2 deletions
|
|
@ -12,7 +12,10 @@ public record struct SeStringDrawParams
|
|||
/// <summary>Gets or sets the target draw list.</summary>
|
||||
/// <value>Target draw list, <c>default(ImDrawListPtr)</c> to not draw, or <c>null</c> to use
|
||||
/// <see cref="ImGui.GetWindowDrawList"/> (the default).</value>
|
||||
/// <remarks>If this value is set, <see cref="ImGui.Dummy"/> will not be called, and ImGui ID will be ignored.
|
||||
/// <remarks>
|
||||
/// If this value is set, <see cref="ImGui.Dummy"/> will not be called, and ImGui ID will be ignored.
|
||||
/// You <b>must</b> specify a valid draw list and a valid font via <see cref="Font"/> if you set this value,
|
||||
/// since the renderer will not be able to retrieve them from ImGui context.
|
||||
/// </remarks>
|
||||
public ImDrawListPtr? TargetDrawList { get; set; }
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 5d01489c34f33a3d645f49085d7fc0065a1ac801
|
||||
Subproject commit 6bbdf905c714f0744785941f3526505b6c2caba7
|
||||
Loading…
Add table
Add a link
Reference in a new issue