SpatialInteractionSourceHandedness Enumeration
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt an, ob die Interaktionsquelle die linke oder rechte Hand des Benutzers darstellt.
public enum class SpatialInteractionSourceHandedness
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
enum class SpatialInteractionSourceHandedness
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
public enum SpatialInteractionSourceHandedness
var value = Windows.UI.Input.Spatial.SpatialInteractionSourceHandedness.unspecified
Public Enum SpatialInteractionSourceHandedness
- Vererbung
-
SpatialInteractionSourceHandedness
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows 10 Fall Creators Update (eingeführt in 10.0.16299.0)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v5.0)
|
Felder
Left | 1 | Die Interaktionsquelle stellt die linke Hand des Benutzers dar. |
Right | 2 | Die Interaktionsquelle stellt die rechte Hand des Benutzers dar. |
Unspecified | 0 | Die Interaktionsquelle stellt keine bestimmte Hand dar. |