diff options
| author | chai <chaifix@163.com> | 2021-05-27 18:11:57 +0800 | 
|---|---|---|
| committer | chai <chaifix@163.com> | 2021-05-27 18:11:57 +0800 | 
| commit | 654d95efad67a00cb4cffc300419092e9a5093e5 (patch) | |
| tree | 8d8d66ae9550baaf55dd07e8a126603256b61949 /Assets/UI_Extension/Scripts/Animation/Tween/TweenRectSize.cs | |
| parent | 9ff19bb9f048e74670b6292889edc54ae47c61fe (diff) | |
*tween animation
Diffstat (limited to 'Assets/UI_Extension/Scripts/Animation/Tween/TweenRectSize.cs')
| -rw-r--r-- | Assets/UI_Extension/Scripts/Animation/Tween/TweenRectSize.cs | 16 | 
1 files changed, 6 insertions, 10 deletions
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  | 
