我需要帮助😭
timeline下面的子菜单不知道怎么适配比例 还有性能不是很好(TimeLineTabS)下面的一坨
This commit is contained in:
@@ -123,7 +123,7 @@ namespace Ichni.Editor
|
||||
|
||||
}
|
||||
public void Trackfind(GameElement Track)
|
||||
{
|
||||
{//这也是if山
|
||||
foreach (var i in Track.childElementList)
|
||||
{
|
||||
if (i is NoteBase)
|
||||
@@ -134,6 +134,7 @@ namespace Ichni.Editor
|
||||
|
||||
timelineTab.SetTab(i, i.GetType());
|
||||
timelineTabList.Add(i.GetType(), timelineTab);
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user