diff options
author | chai <chaifix@163.com> | 2021-09-01 17:47:20 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-09-01 17:47:20 +0800 |
commit | f900853952635a6e82e24fe62548d171823afda0 (patch) | |
tree | 0d2c0bce3f7411c8ab61c13a5ade65bddbac6375 /Assets/Scripts/Line3D/Line3DRenderer.cs | |
parent | a93ea925263c23d5c08b5fca546eef81d6d4fec3 (diff) |
*修改粒子系统在编辑器下的播放
Diffstat (limited to 'Assets/Scripts/Line3D/Line3DRenderer.cs')
-rw-r--r-- | Assets/Scripts/Line3D/Line3DRenderer.cs | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Assets/Scripts/Line3D/Line3DRenderer.cs b/Assets/Scripts/Line3D/Line3DRenderer.cs new file mode 100644 index 00000000..d16916cb --- /dev/null +++ b/Assets/Scripts/Line3D/Line3DRenderer.cs @@ -0,0 +1,18 @@ +using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+
+public class Line3DRenderer : MonoBehaviour
+{
+ // Start is called before the first frame update
+ void Start()
+ {
+
+ }
+
+ // Update is called once per frame
+ void Update()
+ {
+
+ }
+}
|