三国卡牌客户端基础资源仓库
hch
2 天以前 da85077c3350e9da940c5f603c889f02d38acc28
0312 一级界面的按钮
1个文件已修改
3 ■■■■■ 已修改文件
Assets/Editor/UIComponent/GroupButtonExEditor.cs 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Editor/UIComponent/GroupButtonExEditor.cs
@@ -8,6 +8,7 @@
    SerializedProperty selectIconProperty;
    SerializedProperty unselectIconProperty;
    SerializedProperty titleProperty;
    SerializedProperty titleOutlineProperty;
    SerializedProperty effectProperty;
    SerializedProperty redpointProperty;
@@ -18,6 +19,7 @@
        selectIconProperty = serializedObject.FindProperty("m_SelectIcon");
        unselectIconProperty = serializedObject.FindProperty("m_UnSelectIcon");
        titleProperty = serializedObject.FindProperty("m_Title");
        titleOutlineProperty = serializedObject.FindProperty("m_TitleOutline");
        effectProperty = serializedObject.FindProperty("m_SelectEffect");
        redpointProperty = serializedObject.FindProperty("redpoint");
    }
@@ -35,6 +37,7 @@
        EditorGUILayout.PropertyField(selectIconProperty, new GUIContent("Select Icon"));
        EditorGUILayout.PropertyField(unselectIconProperty, new GUIContent("Unselect Icon"));
        EditorGUILayout.PropertyField(titleProperty, new GUIContent("Title"));
        EditorGUILayout.PropertyField(titleOutlineProperty, new GUIContent("Title Outline"));
        EditorGUILayout.PropertyField(effectProperty, new GUIContent("SelectEffect"));
        EditorGUILayout.PropertyField(redpointProperty, new GUIContent("Redpoint"));