mirror of
https://github.com/4sval/FModel.git
synced 2026-09-22 08:24:40 -05:00
can draw and show multiple icons on one extract
This commit is contained in:
@@ -223,6 +223,10 @@ namespace FModel.ViewModels
|
||||
}
|
||||
|
||||
public void AddImage(UTexture2D texture) => AddImage(texture.Name, texture.bRenderNearestNeighbor, texture.Decode());
|
||||
public void AddImage(string name, bool rnn, SKBitmap[] img)
|
||||
{
|
||||
foreach (var i in img) AddImage(name, rnn, i);
|
||||
}
|
||||
public void AddImage(string name, bool rnn, SKBitmap img)
|
||||
{
|
||||
Application.Current.Dispatcher.Invoke(() =>
|
||||
|
||||
Reference in New Issue
Block a user