diff options
author | chai <chaifix@163.com> | 2021-05-26 19:27:38 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-05-26 19:27:38 +0800 |
commit | 117938ecaece43c584ee74723a36d8dc2f2a4ae1 (patch) | |
tree | cbfe7c6d25bc633163a22b5e1016cc1d5487236c /Assets/UI_Extension/Scripts/Animation/Tween/TweenRectSize.cs | |
parent | b9fe2ce418667724c3e3fdedd228ff2691900bbe (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 | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Assets/UI_Extension/Scripts/Animation/Tween/TweenRectSize.cs b/Assets/UI_Extension/Scripts/Animation/Tween/TweenRectSize.cs new file mode 100644 index 0000000..96f39b4 --- /dev/null +++ b/Assets/UI_Extension/Scripts/Animation/Tween/TweenRectSize.cs @@ -0,0 +1,22 @@ +using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+namespace TweenAnimation
+{
+
+ public class TweenRectSize : MonoBehaviour
+ {
+
+ // Use this for initialization
+ void Start()
+ {
+
+ }
+
+ // Update is called once per frame
+ void Update()
+ {
+
+ }
+ }
+}
\ No newline at end of file |