HolographicSpace.UserPresence 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.
Describes whether the user is present within the headset to view and interact with this HolographicSpace.
public:
property HolographicSpaceUserPresence UserPresence { HolographicSpaceUserPresence get(); };
HolographicSpaceUserPresence UserPresence();
public HolographicSpaceUserPresence UserPresence { get; }
var holographicSpaceUserPresence = holographicSpace.userPresence;
Public ReadOnly Property UserPresence As HolographicSpaceUserPresence
Property Value
The user presence.
Windows requirements
Device family |
Windows 10, version 1803 (introduced in 10.0.17134.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v6.0)
|
Remarks
A HolographicSpace's user presence value is a combination of:
- Whether the user is wearing the headset.
- Whether this HolographicSpace is currently showing in the headset.
- Whether a modal dialog is intercepting input from this HolographicSpace.