BS 0.2.0 UI控件同步 / EP Unity.1 Diagram版本下的附属增强提案

This commit is contained in:
2025-07-23 15:22:18 +08:00
parent d0e5420f95
commit 86842492ea
30 changed files with 1471 additions and 96 deletions

View File

@@ -37,7 +37,7 @@ namespace Convention.WindowsUI.Variant
if (path == null || path.Length == 0)
return;
var file = new ToolFile(path);
if (file.IsExist == false)
if (file.Exists() == false)
return;
Texture2D texture = file.LoadAsImage();
SetImage(texture);