diff options
author | chai <chaifix@163.com> | 2020-10-18 16:13:36 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2020-10-18 16:13:36 +0800 |
commit | 08f9a5eae6739e4070f4db7b298e2b34016ea4f4 (patch) | |
tree | 49edc3ac2afea7aa78d6c384b279b0beb9f23a34 /Assets/Scripts/Tween/TweenAlongYAxis.cs | |
parent | 3e8ab8f4b98086e9a1a4b2fd1221e86e9abceea4 (diff) |
+环境模型
Diffstat (limited to 'Assets/Scripts/Tween/TweenAlongYAxis.cs')
-rw-r--r-- | Assets/Scripts/Tween/TweenAlongYAxis.cs | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Assets/Scripts/Tween/TweenAlongYAxis.cs b/Assets/Scripts/Tween/TweenAlongYAxis.cs new file mode 100644 index 00000000..d5748245 --- /dev/null +++ b/Assets/Scripts/Tween/TweenAlongYAxis.cs @@ -0,0 +1,18 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class TweenAlongYAxis : MonoBehaviour +{ + // Start is called before the first frame update + void Start() + { + + } + + // Update is called once per frame + void Update() + { + + } +} |