質問編集履歴

2

typoがあったので修正しました

2020/03/29 14:09

投稿

hodoru3sei
hodoru3sei

スコア284

test CHANGED
File without changes
test CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
 
24
24
 
25
- class GameViewController: UIViewController {
25
+ class ViewController: UIViewController {
26
26
 
27
27
 
28
28
 
@@ -36,7 +36,7 @@
36
36
 
37
37
 
38
38
 
39
- let anchor:AnchorEntity = AnchorEntity(plane: .horizontai, minimumBounds: [1.0, 1.0])
39
+ let anchor:AnchorEntity = AnchorEntity(plane: .horizontal, minimumBounds: [1.0, 1.0])
40
40
 
41
41
 
42
42
 

1

コードにミスがあったので修正しました

2020/03/29 14:09

投稿

hodoru3sei
hodoru3sei

スコア284

test CHANGED
File without changes
test CHANGED
@@ -36,7 +36,7 @@
36
36
 
37
37
 
38
38
 
39
- let anchor:AnchorEntity = AnchorEntity(plane: .plane, minimumBounds: [1.0, 1.0])
39
+ let anchor:AnchorEntity = AnchorEntity(plane: .horizontai, minimumBounds: [1.0, 1.0])
40
40
 
41
41
 
42
42