feat:场景视图添加属性编辑,添加轮廓显示
This commit is contained in:
@@ -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("开始冒险");
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user