From 0081fa2bd7b2bf2c40bbae087a2b5753125de30d Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 4 Aug 2021 13:17:54 +0800 Subject: =?UTF-8?q?*=E5=8A=A8=E7=94=BB=E8=9E=8D=E5=90=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ActionTool/Editor/ActionManager.cs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Assets/ActionTool/Editor/ActionManager.cs') diff --git a/Assets/ActionTool/Editor/ActionManager.cs b/Assets/ActionTool/Editor/ActionManager.cs index b39dec61..c2e6d291 100644 --- a/Assets/ActionTool/Editor/ActionManager.cs +++ b/Assets/ActionTool/Editor/ActionManager.cs @@ -85,6 +85,14 @@ namespace ActionTool } } + public static string AnimationDataPath + { + get + { + return AssetDatabase.GetAssetPath(sharedAnimationData); + } + } + private static AnimationEventBase m_CurAnimationEvent; public static AnimationEventBase animationEvent { get { return m_CurAnimationEvent; } } -- cgit v1.1-26-g67d0