PoseDirection Enum
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.
Specifies an absolute direction in space, can be used in the definition of PalmPose and FingerPose constraints.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum PoseDirection
- Inheritance
-
PoseDirection
- Attributes
Fields
Name | Value | Description |
---|---|---|
Backward | Direction is facing away from the camera |
|
Down | Direction is facing towards the floor |
|
Forward | Direction is facing towards the camera |
|
Left | Direction is facing left hand side of the user |
|
Right | Direction is facing right hand side of the user |
|
Undefined | Direction is unconstrained |
|
Up | Direction is facing towards the ceiling |