For the complete documentation index, see llms.txt. This page is also available as Markdown.

ProximityPromptInputType

Overview

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.

Items

Name
Value
Description

Keyboard

0

The prompt is activated by keyboard input.

Touch

2

The prompt is activated by touch input.

See also

ProximityPrompt

Last updated