diff options
author | chai <chaifix@163.com> | 2021-08-04 13:17:54 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-08-04 13:17:54 +0800 |
commit | 0081fa2bd7b2bf2c40bbae087a2b5753125de30d (patch) | |
tree | 8bf4e85fa2e317c52f1352b837c4c05e261780a9 /Assets/ActionTool/Editor/ActionManager.cs | |
parent | c0e2c23eaf47c39ffe0b0209d99d645a72fa60c5 (diff) |
*动画融合
Diffstat (limited to 'Assets/ActionTool/Editor/ActionManager.cs')
-rw-r--r-- | Assets/ActionTool/Editor/ActionManager.cs | 8 |
1 files changed, 8 insertions, 0 deletions
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; } }
|