From 3bf862ea76d349c2aec1f71656dd6f41a82650e0 Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 27 May 2021 19:42:52 +0800 Subject: *tween --- .../Scripts/Animation/Tween/TweenRectRotation.cs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Assets/UI_Extension/Scripts/Animation/Tween/TweenRectRotation.cs (limited to 'Assets/UI_Extension/Scripts/Animation/Tween/TweenRectRotation.cs') diff --git a/Assets/UI_Extension/Scripts/Animation/Tween/TweenRectRotation.cs b/Assets/UI_Extension/Scripts/Animation/Tween/TweenRectRotation.cs new file mode 100644 index 0000000..bc75cb5 --- /dev/null +++ b/Assets/UI_Extension/Scripts/Animation/Tween/TweenRectRotation.cs @@ -0,0 +1,16 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class TweenRectRotation : MonoBehaviour { + + // Use this for initialization + void Start () { + + } + + // Update is called once per frame + void Update () { + + } +} -- cgit v1.1-26-g67d0