SpatialAnchor.CoordinateSystem 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 coordinate system of the anchor, with easing adjustments applied.
public:
property SpatialCoordinateSystem ^ CoordinateSystem { SpatialCoordinateSystem ^ get(); };
SpatialCoordinateSystem CoordinateSystem();
public SpatialCoordinateSystem CoordinateSystem { get; }
var spatialCoordinateSystem = spatialAnchor.coordinateSystem;
Public ReadOnly Property CoordinateSystem As SpatialCoordinateSystem
Property Value
The eased coordinate system.
Remarks
This coordinate system lets you precisely place holograms near the anchor, with easing applied when the device adjusts the anchor's precise location.