SpatialStageFrameOfReference.Current 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 current spatial stage, if one has been defined by the user.
public:
static property SpatialStageFrameOfReference ^ Current { SpatialStageFrameOfReference ^ get(); };
static SpatialStageFrameOfReference Current();
public static SpatialStageFrameOfReference Current { get; }
var spatialStageFrameOfReference = SpatialStageFrameOfReference.current;
Public Shared ReadOnly Property Current As SpatialStageFrameOfReference
Property Value
The current spatial stage.
Remarks
This property will return null if the user has not defined a spatial stage. On HoloLens, users are not yet able to define a spatial stage.