質問編集履歴
1
脱字の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -9,6 +9,8 @@
|
|
9
9
|
### 該当のソースコード
|
10
10
|
|
11
11
|
```C#
|
12
|
+
|
13
|
+
[SerializeField] LineRenderer m_line = null;
|
12
14
|
|
13
15
|
void DrawLaser(Vector3 destination)
|
14
16
|
|