diff options
author | chai <chaifix@163.com> | 2021-06-05 19:51:03 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-06-05 19:51:03 +0800 |
commit | 5145dd09cab55a896d510482f2e22f74b4d4b76f (patch) | |
tree | bd91a43566e354a1a0e62dcb5973e6d90e1d259e /UnityCollection/Assets/Utilities/MathUtils/Vector3Helper.cs | |
parent | d7c13789d3d39c90bcfad545cb438a574652d4a8 (diff) |
*misc
Diffstat (limited to 'UnityCollection/Assets/Utilities/MathUtils/Vector3Helper.cs')
-rw-r--r-- | UnityCollection/Assets/Utilities/MathUtils/Vector3Helper.cs | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/UnityCollection/Assets/Utilities/MathUtils/Vector3Helper.cs b/UnityCollection/Assets/Utilities/MathUtils/Vector3Helper.cs new file mode 100644 index 0000000..2f4f258 --- /dev/null +++ b/UnityCollection/Assets/Utilities/MathUtils/Vector3Helper.cs @@ -0,0 +1,18 @@ +using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+
+public class Vector3Helper : MonoBehaviour
+{
+ // Start is called before the first frame update
+ void Start()
+ {
+
+ }
+
+ // Update is called once per frame
+ void Update()
+ {
+
+ }
+}
|