We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe9200 commit 9cf2b0cCopy full SHA for 9cf2b0c
Scripts/ARLightEstimation.cs
@@ -11,7 +11,9 @@ namespace CandyCoded.ARFoundationComponents
11
public class ARLightEstimation : MonoBehaviour
12
{
13
14
+#pragma warning disable CS0109
15
public new Light light { get; private set; }
16
+#pragma warning restore CS0109
17
18
[SerializeField]
19
private ARCameraManager _cameraManager;
0 commit comments