HolographicDisplay.SpatialLocator 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 a spatial locator that can be used to create frames of reference relative to this display.
public:
property SpatialLocator ^ SpatialLocator { SpatialLocator ^ get(); };
SpatialLocator SpatialLocator();
public SpatialLocator SpatialLocator { get; }
var spatialLocator = holographicDisplay.spatialLocator;
Public ReadOnly Property SpatialLocator As SpatialLocator
Property Value
The spatial locator.