Enum WorldAnchorLocalizationMode
Specifies how to create a shared coordinate based on a WorldAnchor.
Namespace: Microsoft.MixedReality.SpectatorView
Assembly: cs.temp.dll.dll
Syntax
public enum WorldAnchorLocalizationMode
Fields
Name | Description |
---|---|
CreateAnchorAtWorldTransform | Specifies a request to create a new spatial coordinate at a specific position and rotation and to store that spatial coordinate using a WorldAnchor stored in the device's WorldAnchorStore. |
LocateExistingAnchor | Specifies a request to create a spatial coordinate from a WorldAnchor stored in the device's WorldAnchorStore. |