Skip to content

Commit 3539043

Browse files
committed
Fix summaries
1 parent 34cd6e9 commit 3539043

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

Assets/MixedRealityToolkit.Providers/XRSDK/GenericXRSDKSpatialMeshObserver.cs

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ private void RequestMesh(MeshId meshId)
312312
}
313313

314314
/// <summary>
315-
/// Removes the <see cref="SpatialAwarenessMeshObject"/> associated with the specified id.
315+
/// Removes the <see cref="SpatialAwareness.SpatialAwarenessMeshObject"/> associated with the specified id.
316316
/// </summary>
317317
/// <param name="id">The id of the mesh to be removed.</param>
318318
protected void RemoveMeshObject(int id)
@@ -333,7 +333,7 @@ protected void RemoveMeshObject(int id)
333333
}
334334

335335
/// <summary>
336-
/// Reclaims the <see cref="SpatialAwarenessMeshObject"/> to allow for later reuse.
336+
/// Reclaims the <see cref="SpatialAwareness.SpatialAwarenessMeshObject"/> to allow for later reuse.
337337
/// </summary>
338338
protected void ReclaimMeshObject(SpatialAwarenessMeshObject availableMeshObject)
339339
{
@@ -380,12 +380,8 @@ protected virtual void ConfigureObserverVolume()
380380
}
381381

382382
/// <summary>
383-
/// Handles the SurfaceObserver's OnSurfaceChanged event.
383+
/// Updates meshes based on the result of the MeshSubsystem.TryGetMeshInfos method.
384384
/// </summary>
385-
/// <param name="id">The identifier assigned to the surface which has changed.</param>
386-
/// <param name="changeType">The type of change that occurred on the surface.</param>
387-
/// <param name="bounds">The bounds of the surface.</param>
388-
/// <param name="updateTime">The date and time at which the change occurred.</param>
389385
private void UpdateMeshes(List<MeshInfo> meshInfos)
390386
{
391387
if (!IsRunning) { return; }

0 commit comments

Comments
 (0)