diff options
author | chai <215380520@qq.com> | 2022-11-21 11:39:34 +0800 |
---|---|---|
committer | chai <215380520@qq.com> | 2022-11-21 11:39:34 +0800 |
commit | 209687b9ec0250bc2ae44791e93a25559b5a7a3d (patch) | |
tree | e64c112e1494a55a4b28aa08e7a4edd93b2e4d75 /Erika/Assets/Tools/ActionTool/Editor/AnimationPropertyEditor.cs | |
parent | 245c7bbdb2ec568e9afddccf8c410d6b48d1719c (diff) |
Diffstat (limited to 'Erika/Assets/Tools/ActionTool/Editor/AnimationPropertyEditor.cs')
-rw-r--r-- | Erika/Assets/Tools/ActionTool/Editor/AnimationPropertyEditor.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Erika/Assets/Tools/ActionTool/Editor/AnimationPropertyEditor.cs b/Erika/Assets/Tools/ActionTool/Editor/AnimationPropertyEditor.cs index e42dd417..fd960b11 100644 --- a/Erika/Assets/Tools/ActionTool/Editor/AnimationPropertyEditor.cs +++ b/Erika/Assets/Tools/ActionTool/Editor/AnimationPropertyEditor.cs @@ -6,8 +6,8 @@ using UnityEditor; namespace ActionTool { - [CustomPropertyDrawer(typeof(PropertyDictionary))] - public class PropertyDictionaryDrawer : SerializableDictionaryPropertyDrawer { } + //[CustomPropertyDrawer(typeof(PropertyDictionary))] + //public class PropertyDictionaryDrawer : SerializableDictionaryPropertyDrawer { } public class AnimationPropertyEditor : EditorWindow { |