发布1.0.0版本

This commit is contained in:
monitor1394
2019-10-25 08:48:32 +08:00
parent 88428b8faa
commit 55a3533230
9 changed files with 108 additions and 52 deletions

View File

@@ -11,7 +11,7 @@ using UnityEngine;
namespace XCharts
{
[CustomPropertyDrawer(typeof(Animation), true)]
[CustomPropertyDrawer(typeof(SerieAnimation), true)]
public class AnimationDrawer : PropertyDrawer
{
private Dictionary<string, bool> m_AnimationModuleToggle = new Dictionary<string, bool>();