diff options
author | chai <chaifix@163.com> | 2022-03-10 14:07:40 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2022-03-10 14:07:40 +0800 |
commit | 22891bf59032ba88262824255a706d652031384b (patch) | |
tree | 7595439ba9966c9402d37e37cee5e8cf098757d5 /Assets/Scripts/Unit/Events/EventMesh_FadeIn.cs | |
parent | 8b04ea73e540067f83870b61d89db4868fea5e8a (diff) |
* move folder
Diffstat (limited to 'Assets/Scripts/Unit/Events/EventMesh_FadeIn.cs')
-rw-r--r-- | Assets/Scripts/Unit/Events/EventMesh_FadeIn.cs | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/Assets/Scripts/Unit/Events/EventMesh_FadeIn.cs b/Assets/Scripts/Unit/Events/EventMesh_FadeIn.cs deleted file mode 100644 index 29d1adde..00000000 --- a/Assets/Scripts/Unit/Events/EventMesh_FadeIn.cs +++ /dev/null @@ -1,19 +0,0 @@ -using UnityEngine;
-
-public class EventMesh_FadeIn : AnimationEventBase
-{
- public enum EFadeInMode
- {
- Linear = 0,
- Curve = 1,
- }
-
- public override TimelineEventProxy.EEventType type { get { return TimelineEventProxy.EEventType.EventMesh_FadeIn; } }
- public override string shortName { get { return "I"; } }
-
- public EFadeInMode mode;
-
- [Tooltip("Duration in frame")]
- public float duration;
-
-}
\ No newline at end of file |