0312 版本同步-textex增加语言表配置,通用按钮剧中
| | |
| | | EditorGUILayout.Space(); |
| | | TextEx text = target as TextEx; |
| | | text.isKey = EditorGUILayout.Toggle("是语言表ID",text.isKey); |
| | | //text.keyName = EditorGUILayout.TextField(text.keyName, GUILayout.Width(200)); |
| | | text.keyName = EditorGUILayout.TextField(text.keyName, GUILayout.Width(200)); |
| | | text.colorType = (TextColType)EditorGUILayout.EnumPopup("颜色类型", text.colorType); |
| | | } |
| | | |
| | |
| | | m_Father: {fileID: 0} |
| | | m_RootOrder: 0 |
| | | m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} |
| | | m_AnchorMin: {x: 0, y: 0.5} |
| | | m_AnchorMax: {x: 0, y: 0.5} |
| | | m_AnchoredPosition: {x: 134, y: -231} |
| | | m_AnchorMin: {x: 0.5, y: 0.5} |
| | | m_AnchorMax: {x: 0.5, y: 0.5} |
| | | m_AnchoredPosition: {x: -533, y: -231} |
| | | m_SizeDelta: {x: 163, y: 64} |
| | | m_Pivot: {x: 0.5, y: 0.5} |
| | | --- !u!114 &8829747232368733922 |