質問編集履歴
2
typoがあったので修正しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -22,7 +22,7 @@
|
|
22
22
|
|
23
23
|
|
24
24
|
|
25
|
-
class
|
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: .horizonta
|
39
|
+
let anchor:AnchorEntity = AnchorEntity(plane: .horizontal, minimumBounds: [1.0, 1.0])
|
40
40
|
|
41
41
|
|
42
42
|
|
1
コードにミスがあったので修正しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -36,7 +36,7 @@
|
|
36
36
|
|
37
37
|
|
38
38
|
|
39
|
-
let anchor:AnchorEntity = AnchorEntity(plane: .
|
39
|
+
let anchor:AnchorEntity = AnchorEntity(plane: .horizontai, minimumBounds: [1.0, 1.0])
|
40
40
|
|
41
41
|
|
42
42
|
|