Skip to content

Commit

Permalink
Changed objects to public fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
neogeek committed Dec 22, 2018
1 parent 26988e0 commit e1cdb0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Expand Up @@ -16,8 +16,7 @@ public class ARPlaceObjectOnPlane : MonoBehaviour
{

#pragma warning disable CS0649
[SerializeField]
private GameObject objectToPlace;
public GameObject objectToPlace;

[SerializeField]
private bool placeMultiple;
Expand Down
Expand Up @@ -10,8 +10,7 @@ public class ARShowPlacementMarkerOnPlane : MonoBehaviour
{

#pragma warning disable CS0649
[SerializeField]
private GameObject placementMarker;
public GameObject placementMarker;
#pragma warning restore CS0649

private bool placementMarkerActiveState;
Expand Down

0 comments on commit e1cdb0a

Please sign in to comment.