MixedRealitySpatialAwarenessMeshObserverProfile.RuntimeSpatialMeshPrefab Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional prefab that is added to the runtime spatial mesh hierarchy. This prefab will only be instantiated and appended to the hierarchy in a build, the behavior associated with this property is not enabled in editor.
Runtime Spatial Awareness Hierarchy without this prefab:
Spatial Awareness System Windows Mixed Reality Spatial Mesh Observer Spatial Mesh - ID Spatial Mesh - ID ...
Runtime Spatial Awareness Hierarchy with this prefab:
Spatial Awareness System Runtime Spatial Mesh Prefab Windows Mixed Reality Spatial Mesh Observer Spatial Mesh - ID Spatial Mesh - ID ...
public:
property UnityEngine::GameObject ^ RuntimeSpatialMeshPrefab { UnityEngine::GameObject ^ get(); };
public UnityEngine.GameObject RuntimeSpatialMeshPrefab { get; }
member this.RuntimeSpatialMeshPrefab : UnityEngine.GameObject
Public ReadOnly Property RuntimeSpatialMeshPrefab As GameObject