This commit is contained in:
CortexCore
2025-02-24 23:02:43 +08:00
parent 41715e4413
commit 8261a458e2
105 changed files with 2934 additions and 696 deletions

View File

@@ -59,9 +59,10 @@ namespace BITKit.UX
GUILayout.BeginVertical();
//颜色更改为黑色
GUI.color = textColor;
GUILayout.Label(_logBuilder.ToString(),style);
GUILayout.Label(string.Join("\n",_logBuilder.ToString().Split("\n").Reverse()),style);
GUILayout.EndVertical();
GUILayout.EndArea();
}
}
}