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

Commit

Permalink
fixed missing member in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed Dec 28, 2020
1 parent 969a418 commit 6b69d42
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@ public interface IMixedRealitySpatialMeshObserver : IMixedRealitySpatialAwarenes
{
/// <summary>
/// Gets or sets the level of detail, as a MixedRealitySpatialAwarenessMeshLevelOfDetail value, for the returned spatial mesh.
/// Setting this value to Custom, implies that the developer is specifying a custom value for MeshTrianglesPerCubicMeter.
/// Setting this value to Custom, implies that the developer is specifying a custom value for MeshTrianglesPerCubicMeter.
/// </summary>
/// <remarks>Specifying any other value will cause <see cref="MeshTrianglesPerCubicMeter"/> to be overwritten.</remarks>
SpatialAwarenessMeshLevelOfDetail MeshLevelOfDetail { get; }

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

Expand Down

0 comments on commit 6b69d42

Please sign in to comment.