InteractionFlags Enum
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.
Flags used to represent a combination of different interaction methodologies.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum InteractionFlags
[<System.Flags>]
type InteractionFlags =
Public Enum InteractionFlags
- Inheritance
-
InteractionFlags
- Attributes
Name | Value | Description |
---|---|---|
Generic | -2147483648 | A generic or an unknown interaction, typically from an interactor that does not implement or inherit from any MRTK-standard interfaces or base implementations. |
None | 0 | No active interaction method. |
Near | 1 | Near interaction, typically from a |
Ray | 2 | Far-ray interaction, typically from a |
Gaze | 4 | Gaze-pinch interaction, typically from a |
Táirge | Leaganacha |
---|---|
MRTK3 Spatial Manipulation | 3.0, 3.1, 3.2 |