Skip to content

Commit 6a2a845

Browse files
committed
Update docs on XR SDK IHolographicFramePtr
1 parent 0f3035e commit 6a2a845

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

Assets/MixedRealityToolkit.Providers/WindowsMixedReality/XRSDK/XRSDKWindowsMixedRealityUtilitiesProvider.cs

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,9 @@ public class XRSDKWindowsMixedRealityUtilitiesProvider : IWindowsMixedRealityUti
2323
IntPtr.Zero;
2424
#endif
2525

26-
/// <inheritdoc />
27-
IntPtr IWindowsMixedRealityUtilitiesProvider.IHolographicFramePtr
28-
{
29-
get
30-
{
31-
// NOTE: Currently unable to access HolographicFrame in XR SDK.
32-
return IntPtr.Zero;
33-
}
34-
}
26+
/// <summary>
27+
/// Currently unable to access HolographicFrame in XR SDK. Always returns IntPtr.Zero.
28+
/// </summary>
29+
IntPtr IWindowsMixedRealityUtilitiesProvider.IHolographicFramePtr => IntPtr.Zero;
3530
}
3631
}

0 commit comments

Comments
 (0)