InteractableOnPressReceiver.InteractionType 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.
Type of valid interaction distances to fire press events
public: enum class InteractableOnPressReceiver::InteractionType
public enum InteractableOnPressReceiver.InteractionType
type InteractableOnPressReceiver.InteractionType =
Public Enum InteractableOnPressReceiver.InteractionType
- Inheritance
-
InteractableOnPressReceiver.InteractionType
Fields
Name | Value | Description |
---|---|---|
NearAndFar | 0 | Support Near and Far press interactions |
NearOnly | 1 | Support Near press interactions only |
FarOnly | 2 | Support Far press interactions only |