RelativePlacement Enum

Definition

Specifies the spatial placement relation between two finger contexts, can be used to define FingertipPlacementRelation constraints.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum RelativePlacement
Inheritance
RelativePlacement
Attributes

Fields

Above

First finger context is above the second finger context

Behind

First finger context is behind the second finger context

Below

First finger context is below the second finger context

InFront

First finger context is in front of the second finger context

Left

First finger context is on the left of the second finger context

Right

First finger context is on the right of the second finger context

Applies to