This commit is contained in:
goat 2023-08-03 12:52:44 +02:00
commit 933eb9fa96
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
8 changed files with 166 additions and 60 deletions

View file

@ -1,5 +1,6 @@
using System;
using System;
using System.Collections.ObjectModel;
using System.Diagnostics.CodeAnalysis;
using ImGuiScene;
using Lumina;
@ -147,6 +148,7 @@ public interface IDataManager
/// <param name="tex">The Lumina <see cref="TexFile"/>.</param>
/// <returns>A <see cref="TextureWrap"/> that can be used to draw the texture.</returns>
[Obsolete("Use ITextureProvider instead")]
[return: NotNullIfNotNull(nameof(tex))]
public TextureWrap? GetImGuiTexture(TexFile? tex);
/// <summary>