diff options
author | chai <chaifix@163.com> | 2021-05-28 20:00:48 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-05-28 20:00:48 +0800 |
commit | 26e4dc3a35d9c778684388de1af8b3f288fe627d (patch) | |
tree | e791e224c2be0dcda69dda2211d213f946b3b2cc /Assets/UI_Extension/Scripts/Animation/Tween/TweenAlpha.cs | |
parent | 3bf862ea76d349c2aec1f71656dd6f41a82650e0 (diff) |
*Tween
Diffstat (limited to 'Assets/UI_Extension/Scripts/Animation/Tween/TweenAlpha.cs')
-rw-r--r-- | Assets/UI_Extension/Scripts/Animation/Tween/TweenAlpha.cs | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Assets/UI_Extension/Scripts/Animation/Tween/TweenAlpha.cs b/Assets/UI_Extension/Scripts/Animation/Tween/TweenAlpha.cs deleted file mode 100644 index db43e85..0000000 --- a/Assets/UI_Extension/Scripts/Animation/Tween/TweenAlpha.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System;
-using System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
-
-namespace TweenAnimation
-{
- [Serializable]
- public class TweenAlpha : TweenModule
- {
- public float alpha;
-
-#if UNITY_EDITOR
- public override string name { get { return "Alpha"; } }
-
-#endif
- }
-}
\ No newline at end of file |