Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_client
| | |
| | | var instance = target as FunctionButton; |
| | | instance.order = EditorGUILayout.IntField("Order", instance.order); |
| | | instance.functionId = EditorGUILayout.IntField("FunctionId", instance.functionId); |
| | | instance.redpoint = (RedpointBehaviour)EditorGUILayout.ObjectField("Redpoint", instance.redpoint, typeof(RedpointBehaviour), true); |
| | | instance.state = (TitleBtnState)EditorGUILayout.EnumPopup("State", instance.state); |
| | | instance.button = (Button)EditorGUILayout.ObjectField("Button", instance.button, typeof(Button), true); |
| | | instance.icon = (ImageEx)EditorGUILayout.ObjectField("Image", instance.icon, typeof(ImageEx), true); |