From 654d95efad67a00cb4cffc300419092e9a5093e5 Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 27 May 2021 18:11:57 +0800 Subject: *tween animation --- .../Scripts/Animation/Tween/TweenRectSize.cs | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'Assets/UI_Extension/Scripts/Animation/Tween/TweenRectSize.cs') diff --git a/Assets/UI_Extension/Scripts/Animation/Tween/TweenRectSize.cs b/Assets/UI_Extension/Scripts/Animation/Tween/TweenRectSize.cs index 96f39b4..ae8f603 100644 --- a/Assets/UI_Extension/Scripts/Animation/Tween/TweenRectSize.cs +++ b/Assets/UI_Extension/Scripts/Animation/Tween/TweenRectSize.cs @@ -4,19 +4,15 @@ using UnityEngine; namespace TweenAnimation { - public class TweenRectSize : MonoBehaviour + public class TweenRectSize : TweenModule { - - // Use this for initialization - void Start() + public override string name { - + get + { + return "RectTransform Size"; + } } - // Update is called once per frame - void Update() - { - - } } } \ No newline at end of file -- cgit v1.1-26-g67d0