Touchable Area
Last updated
Last updated
The Touchable Area
handles the basic touch interactions, such as tap, slow tap, multi-tap, hold, press, and release, but only for touches within its defined boundaries. Each type of Touchable Area
provides different methods for defining its interaction region, which could be a box, circle, or other shapes.
Each type of Touchable Area will inherit the following parameters.
Name | Description |
---|---|
This section allows you to override the default interaction time for the Tactile Control. By default, the values are sourced from the Input Settings asset, located at Project Settings > Input System Package > Settings.
Name | Description |
---|---|
Raycast
Whether to cast a ray at the touched point to check if another graphic element is above. Specify a Layer Mask to filter the objects hit by the raycast
Auto Press
Whether to automatically perform press when an unregistered finger enters the area
Auto Release
Whether to automatically perform release when a registered finger leaves the area
Multi-touch
Whether to allow multiple finger interaction to the control
Tap Time
When toggled, uses a specified custom tap time; otherwise, uses the default
Slow Tap Time
When toggled, uses a specified custom slow tap time; otherwise, uses the default
Multi Tap Delay Time
When toggled, uses a specified custom multi tap delay time; otherwise, uses the default
Hold Time
When toggled, uses a specified custom hold time; otherwise, uses the default