Enum InteractionType
The type of interaction an InteractionState is associated with. Utilized by the InteractionState class.
Namespace: Microsoft.MixedReality.Toolkit.Experimental.InteractiveElement
Assembly: cs.temp.dll.dll
Syntax
public enum InteractionType
Fields
Name | Description |
---|---|
Far | Far interaction support. Input is considered far interaction when direct contact with the game object is not required. For example, input via controller ray or gaze is considered far interaction input. |
Near | Near interaction support. Input is considered near interaction when an articulated hand has direct contact with another game object, i.e. the position the articulated hand is close to the position of the game object in world space. |
NearAndFar | Encompasses both near and far interaction support. |
None | Does not support any form of input interaction. |
Other | Pointer independent interaction support. |