1
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user