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