SpatialEntity.Anchor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the spatial anchor representing the shared location in the user's surroundings.
public:
property SpatialAnchor ^ Anchor { SpatialAnchor ^ get(); };
SpatialAnchor Anchor();
public SpatialAnchor Anchor { get; }
var spatialAnchor = spatialEntity.anchor;
Public ReadOnly Property Anchor As SpatialAnchor
Property Value
The anchor.