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 24bbf9c commit a2b9106Copy full SHA for a2b9106
Assets/MRTK/Core/Providers/BaseSpatialObserver.cs
@@ -40,7 +40,7 @@ protected BaseSpatialObserver(
40
[System.Obsolete("Call Service instead.")]
41
protected IMixedRealitySpatialAwarenessSystem SpatialAwarenessSystem => Service;
42
43
- protected GameObject observedObjectParent = null;
+ private GameObject observedObjectParent = null;
44
45
/// <summary>
46
/// The parent GameObject for all observed meshes to be placed under.
0 commit comments