Skip to content
This repository was archived by the owner on Aug 11, 2024. It is now read-only.

Commit 6b69d42

Browse files
fixed missing member in documentation
1 parent 969a418 commit 6b69d42

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Runtime/Interfaces/Providers/SpatialObservers/IMixedRealitySpatialMeshObserver.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@ public interface IMixedRealitySpatialMeshObserver : IMixedRealitySpatialAwarenes
1414
{
1515
/// <summary>
1616
/// Gets or sets the level of detail, as a MixedRealitySpatialAwarenessMeshLevelOfDetail value, for the returned spatial mesh.
17-
/// Setting this value to Custom, implies that the developer is specifying a custom value for MeshTrianglesPerCubicMeter.
17+
/// Setting this value to Custom, implies that the developer is specifying a custom value for MeshTrianglesPerCubicMeter.
1818
/// </summary>
19-
/// <remarks>Specifying any other value will cause <see cref="MeshTrianglesPerCubicMeter"/> to be overwritten.</remarks>
2019
SpatialAwarenessMeshLevelOfDetail MeshLevelOfDetail { get; }
2120

2221
/// <summary>
2322
/// Gets or sets a value indicating if the spatial awareness system to generate normal for the returned meshes
24-
/// as some platforms may not support returning normal along with the spatial mesh.
23+
/// as some platforms may not support returning normal along with the spatial mesh.
2524
/// </summary>
2625
bool MeshRecalculateNormals { get; }
2726

0 commit comments

Comments
 (0)