ProximityPromptInputType
Last updated
ProximityPromptInputType is an Enum that represents the input type of a ProximityPrompt.
It distinguishes whether the ProximityPrompt is activated by keyboard input or touch input.
Keyboard
0
The prompt is activated by keyboard input.
Touch
2
The prompt is activated by touch input.
Last updated