You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The spatial awareness system will call the IMixedRealitySpatialAwarenessMeshHandler.OnMeshAdded method to indicate an existing mesh has changed.
109
+
The spatial awareness system will call the IMixedRealitySpatialAwarenessMeshHandler.OnMeshUpdated method to indicate an existing mesh has changed.
110
110
111
-
#### void RaiseMeshDeleted(uint meshId)
111
+
#### void RaiseMeshRemoved(uint meshId)
112
112
113
-
The spatial awareness system will call the IMixedRealitySpatialAwarenessMeshHandler.OnMeshAdded method to indicate an existing mesh has been removed.
113
+
The spatial awareness system will call the IMixedRealitySpatialAwarenessMeshHandler.OnMeshRemoved method to indicate an existing mesh has been removed.
The spatial awareness system will call the IMixedRealitySpatialAwarenessSurfaceFindingHandler.OnSurfacefsUpdated method to indicate an existing planar surface has changed.
183
+
The spatial awareness system will call the IMixedRealitySpatialAwarenessSurfaceFindingHandler.OnSurfaceUpdated method to indicate an existing planar surface has changed.
184
184
185
-
#### void RaiseSurfaceDeleted(uint surfaceId)
185
+
#### void RaiseSurfaceRemoved(uint surfaceId)
186
186
187
-
The spatial awareness system will call the IMixedRealitySpatialAwarenessSurfaceFindingHandler.OnSurfaceDeleted method to indicate an existing planar surface has been removed.
187
+
The spatial awareness system will call the IMixedRealitySpatialAwarenessSurfaceFindingHandler.OnSurfaceRemoved method to indicate an existing planar surface has been removed.
For MeshAdded and MeshUpdated events, this will contain the mesh data. For MeshDeleted, the value will be null.
676
+
For MeshAdded and MeshUpdated events, this will contain the mesh description. For MeshRemoved, the value will be null.
689
677
690
678
## MixedRealitySpatialSurfaceEventData
691
679
@@ -709,37 +697,17 @@ The MixedRealitySpatialSurfaceEventData derives from [MixedRealitySpatialAwarene
709
697
710
698
*Inherited from [MixedRealitySpatialAwarenessBaseEventData](#mixedrealityspatialawarenessbaseeventdata).*
711
699
712
-
### Position
713
-
714
-
*Inherited from [MixedRealitySpatialAwarenessBaseEventData](#mixedrealityspatialawarenessbaseeventdata).*
715
-
716
700
### GameObject
717
701
718
702
*Inherited from [MixedRealitySpatialAwarenessBaseEventData](#mixedrealityspatialawarenessbaseeventdata).*
719
703
720
-
### BoundingBox
704
+
### Description
721
705
722
706
| Type |
723
707
| --- |
724
-
| Bounds |
725
-
726
-
For SurfaceAdded and SurfaceUpdated events, this will contain the axis aligned bounding box for the surface. For SurfaceDeleted, the value will be null.
0 commit comments