File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ namespace CandyCoded.ARFoundationComponents
1111 public class ARLightEstimation : MonoBehaviour
1212 {
1313
14+ public new Light light { get ; private set ; }
15+
1416 [ SerializeField ]
1517 private ARCameraManager _cameraManager ;
1618
17- public new Light light { get ; private set ; }
18-
1919 public ARCameraManager cameraManager
2020 {
2121 get => _cameraManager ;
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ public class ARPlaceObjectOnPlane : MonoBehaviour
3030
3131 public GameObjectPlacedEvent GameObjectPlaced ;
3232
33- private bool _objectToPlaceActiveState ;
34-
3533 public Camera mainCamera { get ; private set ; }
3634
35+ private bool _objectToPlaceActiveState ;
36+
3737 private void Awake ( )
3838 {
3939
You can’t perform that action at this time.
0 commit comments