Feat: 场景视图mod,UI框架更换标题

This commit is contained in:
m0_75251201
2025-11-08 14:03:17 +08:00
parent 786025f720
commit 9b91218973
114 changed files with 2654 additions and 177 deletions

View File

@@ -38,13 +38,14 @@ namespace UIFrame
{
return false;
}
return _apiComponent&&_apiComponent.SetTitleImage(texture);
}
/// <summary>
/// 设置标题图片(游戏中的标题是图片
/// 设置标题图片(游戏中的启动界面Logo
/// </summary>
/// <param name="sprite">贴图</param>
/// <returns></returns>
/// <returns>返回false表示函数调用时设置失败之后会自动再次尝试设置</returns>
public static bool SetGameTitle(Sprite sprite)
{
return _apiComponent&&_apiComponent.SetTitleImage(sprite);