feat:场景视图添加属性编辑,添加轮廓显示

This commit is contained in:
m0_75251201
2025-11-13 16:24:49 +08:00
parent 9b91218973
commit 8fcbdc5649
95 changed files with 2836 additions and 445 deletions

View File

@@ -20,6 +20,7 @@ namespace UIFrame
private void Start()
{
}
protected override void OnAfterSetup()
@@ -62,14 +63,10 @@ namespace UIFrame
{
if(!UIFrameAPI.Initialize())
return;
if (UIFrameAPI.SetGameTitle(@"C:\Users\Lenovo\Pictures\异噬.png"))
{
Debug.Log("设置标题完成");
}
else
{
Debug.Log("标题设置失败");
}
UIFrameAPI.SetGameTitle(@"D:\doc\植物大战僵尸贴图\images\ad\Logo.png");
// UIFrameAPI.SetGameTitlePosition(Vector3.zero);
UIFrameAPI.SetGameTitleText("开始冒险");
}
}
}