| | |
| | |
|
| | | GUI.skin.button.normal.textColor = professionalSkin ? Color.white : Color.black;
|
| | | var showName = StringUtility.Contact(package.time, " ", package.name);
|
| | | EditorGUILayout.LabelField(showName, GUILayout.Width(260));
|
| | | EditorGUILayout.LabelField(package.socketType == ServerType.B430 ? new GUIContent($"<color=#119911>{showName}</color>") : new GUIContent(showName),
|
| | | new GUIStyle(EditorStyles.label) { richText = true }, GUILayout.Width(260));
|
| | | EditorGUILayout.TextField(package.fields);
|
| | |
|
| | | EditorGUILayout.EndHorizontal();
|