From 26e4dc3a35d9c778684388de1af8b3f288fe627d Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 28 May 2021 20:00:48 +0800 Subject: *Tween --- .../UI_Extension/Scripts/Animation/Tween/TweenController.cs | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'Assets/UI_Extension/Scripts/Animation/Tween/TweenController.cs') diff --git a/Assets/UI_Extension/Scripts/Animation/Tween/TweenController.cs b/Assets/UI_Extension/Scripts/Animation/Tween/TweenController.cs index e636f23..20d2876 100644 --- a/Assets/UI_Extension/Scripts/Animation/Tween/TweenController.cs +++ b/Assets/UI_Extension/Scripts/Animation/Tween/TweenController.cs @@ -2,6 +2,7 @@ using System.Collections; using System.Collections.Generic; using UnityEngine; +using UnityEngine.Events; namespace TweenAnimation { @@ -14,12 +15,9 @@ namespace TweenAnimation public class TweenController : MonoBehaviour { - public AnimationCurve curve; - public List animations; - // Use this for initialization - void Start () { + void Start () { } @@ -28,6 +26,11 @@ namespace TweenAnimation } + private void Update() + { + + } + } } \ No newline at end of file -- cgit v1.1-26-g67d0