Skip to content

Commit f6d93ec

Browse files
committed
Update docs
1 parent 886704d commit f6d93ec

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Assets/MRTK/Core/Attributes/MixedRealityControllerAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class MixedRealityControllerAttribute : Attribute
3939
public MixedRealityControllerConfigurationFlags Flags { get; }
4040

4141
/// <summary>
42-
/// Additional flags for configuring controller capabilities.
42+
/// The supported Unity XR pipelines for this controller.
4343
/// </summary>
4444
public SupportedUnityXRPipelines SupportedUnityXRPipelines { get; }
4545

Assets/MRTK/Core/Attributes/MixedRealityDataProviderAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class MixedRealityDataProviderAttribute : MixedRealityExtensionServiceAtt
1818
public Type ServiceInterfaceType { get; }
1919

2020
/// <summary>
21-
///
21+
/// The supported Unity XR pipelines for this data provider.
2222
/// </summary>
2323
public SupportedUnityXRPipelines SupportedUnityXRPipelines { get; }
2424

Assets/MRTK/Core/Definitions/Utilities/SupportedPlatforms.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
namespace Microsoft.MixedReality.Toolkit.Utilities
77
{
88
/// <summary>
9-
/// The supported platforms for Mixed Reality Toolkit Components and Features.
9+
/// The supported platforms for Mixed Reality Toolkit components and features.
1010
/// </summary>
1111
[Flags]
1212
public enum SupportedPlatforms
@@ -24,6 +24,9 @@ public enum SupportedPlatforms
2424
Lumin = 1 << 10
2525
}
2626

27+
/// <summary>
28+
/// The supported Unity XR pipelines for Mixed Reality Toolkit components and features.
29+
/// </summary>
2730
[Flags]
2831
public enum SupportedUnityXRPipelines
2932
{

0 commit comments

Comments
 (0)