Class XRReferencePointSubsystemExtensions
Extensions to
Namespace: UnityEngine.XR.WindowsMR
Syntax
public static class XRReferencePointSubsystemExtensions : object
Methods
TryGetAnchorStoreAsync(XRReferencePointSubsystem)
Request an instance of XRAnchorStore.
Declaration
public static Task<XRAnchorStore> TryGetAnchorStoreAsync(this XRReferencePointSubsystem referencePointSubsytem)
Parameters
Type | Name | Description |
---|---|---|
XRReferencePointSubsystem | referencePointSubsytem | Instance of a running |
Returns
Type | Description |
---|---|
Task<XRAnchorStore> | A Task that may return an instance of XRAnchorStore at some time in the future. |