質問編集履歴
3
タイトルの変更
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
Unity C#構造体のCS0246に
|
1
|
+
Unity C#構造体のCS0246についての質問
|
test
CHANGED
File without changes
|
2
試したことの書き換え
test
CHANGED
File without changes
|
test
CHANGED
@@ -180,7 +180,7 @@
|
|
180
180
|
|
181
181
|
}
|
182
182
|
|
183
|
-
をserect.csにも書いたのですが今度は、
|
183
|
+
をserect.csの11行目にも書いたのですが今度は、
|
184
184
|
|
185
185
|
Assets\scripts\serect.cs(30,26): error CS0029: Cannot implicitly convert type 'kouzoutai.status' to 'serect.status'と言うエラーが出ました
|
186
186
|
|
1
タイトルにUnityと入れてソースコード見やすくした
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
C#構造体のCS0246に関わること
|
1
|
+
Unity C#構造体のCS0246に関わること
|
test
CHANGED
@@ -88,7 +88,9 @@
|
|
88
88
|
|
89
89
|
}
|
90
90
|
|
91
|
+
```
|
91
92
|
|
93
|
+
```C#
|
92
94
|
|
93
95
|
/*serect.csのソースコード*/
|
94
96
|
|