SpatialEntity.Anchor Property

Definition

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.

Applies to