发布1.0.0版本

This commit is contained in:
monitor1394
2019-10-25 08:48:32 +08:00
parent 2a2e1e672e
commit deddef2a34
8 changed files with 106 additions and 50 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>();