PoseDirection Enum

Definition

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

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

Applies to