Skip to content

Commit 44b4228

Browse files
committed
Add summary
1 parent 1f8e58a commit 44b4228

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Assets/MixedRealityToolkit.Providers/WindowsMixedReality/Shared/Definitions/IWindowsMixedRealityUtilitiesProvider.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55

66
namespace Microsoft.MixedReality.Toolkit.WindowsMixedReality
77
{
8+
/// <summary>
9+
/// Defines a set of IntPtr properties that are used by the static <see cref="WindowsMixedRealityUtilities"/>
10+
/// to provide access to specific underlying native objects relevant to Windows Mixed Reality.
11+
/// </summary>
12+
/// <remarks>
13+
/// This is intended to be used to support both XR SDK and Unity's legacy XR pipeline, which provide
14+
/// different APIs to access these native objects.
15+
/// </remarks>
816
public interface IWindowsMixedRealityUtilitiesProvider
917
{
1018
/// <summary>

0 commit comments

Comments
 (0)