ManipulationProximityFlags 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 whether manipulation can be far, near or both
This enumeration supports a bitwise combination of its member values.
C#
[System.Flags]
public enum ManipulationProximityFlags
[<System.Flags>]
type ManipulationProximityFlags =
Public Enum ManipulationProximityFlags
- Inheritance
-
ManipulationProximityFlags
- Attributes
Name | Value | Description |
---|---|---|
None | 0 | No proximity type has been specified. |
Near | 1 | A manipulation be executed by a near interactor, such as grab or touch. |
Far | 2 | A manipulation be executed by a far interactor, such as a hand ray or gaze. |
ผลิตภัณฑ์ | เวอร์ชัน |
---|---|
MRTK3 Spatial Manipulation | 3.0, 3.1, 3.2 |